FFSaveImg.h 119 Bytes Edit Raw Blame History 1 2 3 4 5 6 #include <string> using namespace std; void saveJpg(int width, int height, unsigned char * pData, string file_name);