Blame view

save_tool/save_tool.h 74 Bytes
ecb0badb   ming   保存jpg图片
1
2
3
4
5
  #include<string>
  
  using namespace std;
  
  void *save_tool(const string uri);