|
ReactOS 0.4.16-dev-2617-g01a0906
|
#include "tiffiop.h"
Go to the source code of this file.
Classes | |
| struct | _codec |
Typedefs | |
| typedef struct _codec | codec_t |
Variables | |
| static codec_t * | registeredCODECS = NULL |
Definition at line 90 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 128 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 96 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 51 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 120 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 104 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 59 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 112 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 67 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 142 of file tif_compress.c.
Referenced by TIFFClientOpenExt(), and TIFFSetCompressionScheme().
Definition at line 135 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 140 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 192 of file tif_compress.c.
Referenced by _notConfigured(), TIFFIsCODECConfigured(), TIFFNoDecode(), TIFFNoEncode(), TIFFPrintDirectory(), and TIFFSetCompressionScheme().
Get list of configured codecs, both built-in and registered by user. Caller is responsible to free this structure.
Definition at line 261 of file tif_compress.c.
Definition at line 75 of file tif_compress.c.
Referenced by _TIFFNoRowDecode(), _TIFFNoStripDecode(), and _TIFFNoTileDecode().
Definition at line 32 of file tif_compress.c.
Referenced by _TIFFNoRowEncode(), _TIFFNoStripEncode(), and _TIFFNoTileEncode().
| TIFFCodec * TIFFRegisterCODEC | ( | uint16_t | scheme, |
| const char * | name, | ||
| TIFFInitMethod | init | ||
| ) |
Definition at line 206 of file tif_compress.c.
Definition at line 166 of file tif_compress.c.
Referenced by _TIFFVSetField().
Definition at line 232 of file tif_compress.c.
Definition at line 190 of file tif_compress.c.
Referenced by TIFFFindCODEC(), TIFFGetConfiguredCODECs(), TIFFRegisterCODEC(), and TIFFUnRegisterCODEC().