![]() |
Vanilla.PDF
2.2.0
Cross-platform toolkit for creating and modifying PDF documents
|
LZW (Lempel-Ziv-Welch) is a variable-length, adaptive compression method that has been adopted as one of the standard compression methods in the Tag Image File Format (TIFF) standard. More...
| error_type CALLING_CONVENTION | LZWDecodeFilter_Create (LZWDecodeFilterHandle **result) |
| Creates a new filter instance. | |
| error_type CALLING_CONVENTION | LZWDecodeFilter_Encode (LZWDecodeFilterHandle *handle, BufferHandle *data, BufferHandle **result) |
Encodes source data and returns encoded result data. | |
| error_type CALLING_CONVENTION | LZWDecodeFilter_EncodeParams (LZWDecodeFilterHandle *handle, BufferHandle *data, DictionaryObjectHandle *parameters, BufferHandle **result) |
Encodes source data and returns encoded result data. | |
| error_type CALLING_CONVENTION | LZWDecodeFilter_Decode (LZWDecodeFilterHandle *handle, BufferHandle *data, BufferHandle **result) |
Decodes source data and returns decoded result data. | |
| error_type CALLING_CONVENTION | LZWDecodeFilter_Release (LZWDecodeFilterHandle *handle) |
| Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from FilterBaseHandle | |
| error_type CALLING_CONVENTION | FilterBase_Encode (FilterBaseHandle *handle, BufferHandle *data, BufferHandle **result) |
Encodes source data and returns encoded result data. | |
Public Member Functions inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
| Increment the internal reference counter. | |
Related Symbols inherited from FilterBaseHandle | |
| 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. | |
Related Symbols inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
| Decrement the internal reference counter. | |
LZW (Lempel-Ziv-Welch) is a variable-length, adaptive compression method that has been adopted as one of the standard compression methods in the Tag Image File Format (TIFF) standard.
For details on LZW encoding see 7.4.4.2, "Details of LZW Encoding."
|
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.