![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
The JPXDecode filter (PDF 1.5) decodes data that has been encoded using the JPEG2000 compression method, an ISO standard for the compression and packaging of image data. More...
error_type CALLING_CONVENTION | JPXDecodeFilter_Create (JPXDecodeFilterHandle **result) |
Creates a new filter instance. | |
error_type CALLING_CONVENTION | JPXDecodeFilter_Encode (JPXDecodeFilterHandle *handle, BufferHandle *data, BufferHandle **result) |
Encodes source data and returns encoded result data. | |
error_type CALLING_CONVENTION | JPXDecodeFilter_EncodeParams (JPXDecodeFilterHandle *handle, BufferHandle *data, DictionaryObjectHandle *parameters, BufferHandle **result) |
Encodes source data and returns encoded result data. | |
error_type CALLING_CONVENTION | JPXDecodeFilter_Decode (JPXDecodeFilterHandle *handle, BufferHandle *data, BufferHandle **result) |
Decodes source data and returns decoded result data. | |
error_type CALLING_CONVENTION | JPXDecodeFilter_Release (JPXDecodeFilterHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
![]() | |
error_type CALLING_CONVENTION | FilterBase_Encode (FilterBaseHandle *handle, BufferHandle *data, BufferHandle **result) |
Encodes source data and returns encoded result data. | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
![]() | |
error_type CALLING_CONVENTION | FilterBase_EncodeParams (FilterBaseHandle *handle, BufferHandle *data, DictionaryObjectHandle *parameters, BufferHandle **result) |
Encodes source data with specified params and returns encoded result data. | |
error_type CALLING_CONVENTION | FilterBase_Decode (FilterBaseHandle *handle, BufferHandle *data, BufferHandle **result) |
Decodes source data and returns decoded result data. | |
error_type CALLING_CONVENTION | FilterBase_Release (FilterBaseHandle *handle) |
Decrement the internal reference counter. | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
The JPXDecode filter (PDF 1.5) decodes data that has been encoded using the JPEG2000 compression method, an ISO standard for the compression and packaging of image data.
|
related |
Encodes source data
and returns encoded result
data.
|
related |
Encodes source data
and returns encoded result
data.
|
related |
Decodes source data
and returns decoded result
data.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.