Function to output/write a single-page image in one go.
PLUGIN_API int __stdcall IE_ImageEncode
(
IE_OutputInfo* pOI,
IE_EncodeParams* pEP,
IE_ImageInfo* pII,
IE_PageInfo* pPI,
IE_CallbackData* pCD
);
pOI
Type: IE_OutputInfo*
[in] Output information
pEP
Type: IE_EncodeParams*
[in] Encoding parameters
pII
Type: IE_ImageInfo*
[in] Image information
pPI
Type: IE_PageInfo*
[in] Page information
pCD
Type: IE_CallbackData*
[in] Progress callback data
For a description of return values, see Return Values.
See the reference pages of each of the structures passed into this function for more information.
Header: IE_PlugIn.h