#include "tiffiop.h"
#include "tif_predict.h"
#include <math.h>
Go to the source code of this file.
Functions |
| tdata_t | _TIFFCheckRealloc (TIFF *tif, tdata_t buffer, size_t nmemb, size_t elem_size, const char *what) |
| tdata_t | _TIFFCheckMalloc (TIFF *tif, size_t nmemb, size_t elem_size, const char *what) |
| static int | TIFFDefaultTransferFunction (TIFFDirectory *td) |
| static int | TIFFDefaultRefBlackWhite (TIFFDirectory *td) |
| int | TIFFVGetFieldDefaulted (TIFF *tif, ttag_t tag, va_list ap) |
| int | TIFFGetFieldDefaulted (TIFF *tif, ttag_t tag,...) |