13 #ifndef ossimJpegMemDest_HEADER 14 #define ossimJpegMemDest_HEADER 1 20 struct jpeg_compress_struct;
28 #if defined(_MSC_VER) || defined(__MINGW32__)
OSSIM_DLL void jpeg_cpp_stream_dest(jpeg_compress_struct *cinfo, std::ostream &stream)
Method which uses memory instead of a FILE* to write to.
std::basic_ostream< char > ostream
Base class for char output streams.