OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimJpegMemSrc12.h File Reference
#include <ossim/base/ossimConstants.h>
#include <cstdlib>

Go to the source code of this file.

Functions

OSSIM_DLL void ossimJpegMemorySrc12 (jpeg12_decompress_struct *cinfo, const ossim_uint8 *buffer, std::size_t bufsize)
 Method which uses memory instead of a FILE* to read from. More...
 

Function Documentation

◆ ossimJpegMemorySrc12()

OSSIM_DLL void ossimJpegMemorySrc12 ( jpeg12_decompress_struct *  cinfo,
const ossim_uint8 buffer,
std::size_t  bufsize 
)

Method which uses memory instead of a FILE* to read from.

Note
Used in place of "jpeg_stdio_src(&cinfo, infile)".