|
void | tiff_warning_handler (const char *mod, const char *fmt, va_list ap) |
|
tsize_t | CustomTIFFReadProcIStream (thandle_t thandle, tdata_t tdata, tsize_t tsize) |
|
tsize_t | CustomTIFFReadProcOStream (thandle_t thandle, tdata_t tdata, tsize_t tsize) |
|
tsize_t | CustomTIFFWriteProcIStream (thandle_t thandle, tdata_t tdata, tsize_t tsize) |
|
tsize_t | CustomTIFFWriteProcOStream (thandle_t thandle, tdata_t tdata, tsize_t tsize) |
|
toff_t | CustomTIFFSeekProcIStream (thandle_t thandle, toff_t toff, int dir) |
|
toff_t | CustomTIFFSeekProcOStream (thandle_t thandle, toff_t toff, int dir) |
|
int | CustomTIFFCloseProc (thandle_t thandle) |
|
toff_t | CustomTIFFSizeProcIStream (thandle_t thandle) |
|
toff_t | CustomTIFFSizeProcOStream (thandle_t thandle) |
|
int | CustomTIFFMapFileProc (thandle_t thandle, tdata_t *tdata, toff_t *toff) |
|
void | CustomTIFFUnmapFileProc (thandle_t thandle, tdata_t tdata, toff_t toff) |
|
template<typename IN_TYPE , typename OUT_TYPE , class IST > |
void | do_tiff_read (tdata_t buf, unsigned int rps, unsigned int width, IST *is, unsigned int ¤t_row, uint16_t spp) |
|
template<typename IN_TYPE , typename OUT_TYPE , class IST > |
void | do_tiff_write (TIFF *tif, IST *is, unsigned int rowsperstrip, unsigned int width, unsigned int height, unsigned int strip, const img::NormalizerPtr &nptr) |
|