11 #ifndef ossimJpegMemSrc_HEADER 12 #define ossimJpegMemSrc_HEADER 1 18 struct jpeg_common_struct;
19 struct jpeg_decompress_struct;
OSSIM_DLL void ossimJpegMemorySrc(jpeg_decompress_struct *cinfo, const ossim_uint8 *buffer, std::size_t bufsize)
Method which uses memory instead of a FILE* to read from.
unsigned char ossim_uint8
OSSIM_DLL void ossimJpegErrorExit(jpeg_common_struct *cinfo)
Error routine that will replace jpeg's standard error_exit method.