Blame view

src/FFSaveImg.h 119 Bytes
ecb0badb   ming   保存jpg图片
1
2
3
4
5
6
  
  #include <string>
  
  using namespace std;
  
  void saveJpg(int width, int height, unsigned char * pData, string file_name);