#include "tiffio.h"
#include "tiffiop.h"
Go to the source code of this file.
◆ TIFFEncodeDecodeMethod
◆ TIFFPredictorCleanup()
int TIFFPredictorCleanup |
( |
TIFF * |
tif | ) |
|
Definition at line 857 of file tif_predict.c.
858{
860
862
868
869 return 1;
870}
TIFFTagMethods tif_tagmethods
TIFFBoolMethod tif_setupencode
TIFFBoolMethod tif_setupdecode
#define PredictorState(tif)
◆ TIFFPredictorInit()
int TIFFPredictorInit |
( |
TIFF * |
tif | ) |
|
Definition at line 816 of file tif_predict.c.
817{
819
821
822
823
824
828 "Merging Predictor codec-specific tags failed");
829 return 0;
830 }
831
832
833
834
844
849
853 return 1;
854}
int _TIFFMergeFields(TIFF *tif, const TIFFField info[], uint32 n)
void TIFFErrorExt(thandle_t fd, 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 tag, va_list ap)
static int PredictorVSetField(TIFF *tif, uint32 tag, va_list ap)
#define TIFFArrayCount(a)