OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Functions | |
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. More... | |
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.
Definition at line 69 of file ossimJpegMemDest.cpp.
References empty_output_buffer(), init_destination(), cpp_dest_mgr::pub, cpp_dest_mgr::stream, and term_destination().
Referenced by ossimJpegCodec::encode(), and ossimPdfWriter::writeJpegTile().