#include "tiffio.h"
#include "tiffiop.h"
Go to the source code of this file.
◆ TIFFEncodeDecodeMethod
◆ TIFFPredictorCleanup()
| int TIFFPredictorCleanup |
( |
TIFF * |
tif | ) |
|
Definition at line 1148 of file tif_predict.c.
1149{
1151
1153
1159
1160 return 1;
1161}
TIFFTagMethods tif_tagmethods
TIFFBoolMethod tif_setupencode
TIFFBoolMethod tif_setupdecode
#define PredictorState(tif)
◆ TIFFPredictorInit()
| int TIFFPredictorInit |
( |
TIFF * |
tif | ) |
|
Definition at line 1108 of file tif_predict.c.
1109{
1111
1113
1114
1115
1116
1118 {
1120 "Merging Predictor codec-specific tags failed");
1121 return 0;
1122 }
1123
1124
1125
1126
1136
1141
1145 return 1;
1146}
int _TIFFMergeFields(TIFF *tif, const TIFFField info[], uint32_t n)
void TIFFErrorExtR(TIFF *tif, const char *module, const char *fmt,...)
static void PredictorPrintDir(TIFF *tif, FILE *fd, long flags)
static int PredictorSetupDecode(TIFF *tif)
static int PredictorSetupEncode(TIFF *tif)
static const TIFFField predictFields[]
static int PredictorVGetField(TIFF *tif, uint32_t tag, va_list ap)
static int PredictorVSetField(TIFF *tif, uint32_t tag, va_list ap)
#define TIFFArrayCount(a)