ReactOS 0.4.16-dev-297-gc569aee
|
#include <precomp.h>
Go to the source code of this file.
Functions | |
static int | NotConfigured (TIFF *, int) |
static int | _notConfigured (TIFF *tif) |
int | TIFFIsCODECConfigured (uint16 scheme) |
Variables | |
TIFFCodec | _TIFFBuiltinCODECS [] |
#define TIFFInitCCITTFax3 NotConfigured |
Definition at line 56 of file tif_codec.c.
#define TIFFInitCCITTFax4 NotConfigured |
Definition at line 57 of file tif_codec.c.
#define TIFFInitCCITTRLE NotConfigured |
Definition at line 54 of file tif_codec.c.
#define TIFFInitCCITTRLEW NotConfigured |
Definition at line 55 of file tif_codec.c.
#define TIFFInitJBIG NotConfigured |
Definition at line 60 of file tif_codec.c.
#define TIFFInitJPEG NotConfigured |
Definition at line 48 of file tif_codec.c.
#define TIFFInitLZMA NotConfigured |
Definition at line 72 of file tif_codec.c.
#define TIFFInitLZW NotConfigured |
Definition at line 36 of file tif_codec.c.
#define TIFFInitNeXT NotConfigured |
Definition at line 45 of file tif_codec.c.
#define TIFFInitOJPEG NotConfigured |
Definition at line 51 of file tif_codec.c.
#define TIFFInitPackBits NotConfigured |
Definition at line 39 of file tif_codec.c.
#define TIFFInitPixarLog NotConfigured |
Definition at line 66 of file tif_codec.c.
#define TIFFInitSGILog NotConfigured |
Definition at line 69 of file tif_codec.c.
#define TIFFInitThunderScan NotConfigured |
Definition at line 42 of file tif_codec.c.
#define TIFFInitWebP NotConfigured |
Definition at line 78 of file tif_codec.c.
#define TIFFInitZIP NotConfigured |
Definition at line 63 of file tif_codec.c.
#define TIFFInitZSTD NotConfigured |
Definition at line 75 of file tif_codec.c.
Definition at line 113 of file tif_codec.c.
Referenced by NotConfigured().
Definition at line 126 of file tif_codec.c.
Referenced by TIFFIsCODECConfigured().
Check whether we have working codec for the specific coding scheme.
Definition at line 150 of file tif_codec.c.
Referenced by TIFFGetConfiguredCODECs().
TIFFCodec _TIFFBuiltinCODECS[] |
Definition at line 87 of file tif_codec.c.
Referenced by TIFFFindCODEC(), and TIFFGetConfiguredCODECs().