|
ReactOS 0.4.16-dev-2617-g01a0906
|
#include "tiffiop.h"
Go to the source code of this file.
Functions | |
| static int | NotConfigured (TIFF *, int) |
| static int | _notConfigured (TIFF *tif) |
| int | TIFFIsCODECConfigured (uint16_t scheme) |
Variables | |
| const TIFFCodec | _TIFFBuiltinCODECS [] |
| #define TIFFInitCCITTFax3 NotConfigured |
Definition at line 55 of file tif_codec.c.
| #define TIFFInitCCITTFax4 NotConfigured |
Definition at line 56 of file tif_codec.c.
| #define TIFFInitCCITTRLE NotConfigured |
Definition at line 53 of file tif_codec.c.
| #define TIFFInitCCITTRLEW NotConfigured |
Definition at line 54 of file tif_codec.c.
| #define TIFFInitJBIG NotConfigured |
Definition at line 59 of file tif_codec.c.
| #define TIFFInitJPEG NotConfigured |
Definition at line 47 of file tif_codec.c.
| #define TIFFInitLERC NotConfigured |
Definition at line 71 of file tif_codec.c.
| #define TIFFInitLZMA NotConfigured |
Definition at line 74 of file tif_codec.c.
| #define TIFFInitLZW NotConfigured |
Definition at line 35 of file tif_codec.c.
| #define TIFFInitNeXT NotConfigured |
Definition at line 44 of file tif_codec.c.
| #define TIFFInitOJPEG NotConfigured |
Definition at line 50 of file tif_codec.c.
| #define TIFFInitPackBits NotConfigured |
Definition at line 38 of file tif_codec.c.
| #define TIFFInitPixarLog NotConfigured |
Definition at line 65 of file tif_codec.c.
| #define TIFFInitSGILog NotConfigured |
Definition at line 68 of file tif_codec.c.
| #define TIFFInitThunderScan NotConfigured |
Definition at line 41 of file tif_codec.c.
| #define TIFFInitWebP NotConfigured |
Definition at line 80 of file tif_codec.c.
| #define TIFFInitZIP NotConfigured |
Definition at line 62 of file tif_codec.c.
| #define TIFFInitZSTD NotConfigured |
Definition at line 77 of file tif_codec.c.
Definition at line 110 of file tif_codec.c.
Referenced by NotConfigured().
Definition at line 123 of file tif_codec.c.
Referenced by TIFFIsCODECConfigured().
Check whether we have working codec for the specific coding scheme.
Definition at line 146 of file tif_codec.c.
Referenced by _TIFFCheckFieldIsValidForCodec(), and TIFFGetConfiguredCODECs().
Definition at line 86 of file tif_codec.c.
Referenced by TIFFFindCODEC(), and TIFFGetConfiguredCODECs().