/* * PARSEC HEADER: img_jpg.h */ #ifndef _IMG_JPG_H_ #define _IMG_JPG_H_ // external functions int JPG_SaveBuffer( const char *filename, char *buff, int width, int height ); #endif // _IMG_JPG_H_