Data Structures |
struct | SerializeWriteHelper< false, T > |
struct | SerializeWriteHelper< true, T > |
struct | SerializeHelper< false, T > |
struct | SerializeHelper< true, T > |
struct | tiff_warning_handler_wrapper |
class | complexint32 |
class | complexint16 |
class | complexint8 |
Typedefs |
typedef void(* | TIFFWarningHandler )(const char *, const char *, va_list) |
Functions |
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 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) |
bool DLLEXPORT_OST_IO | FilenameEndsWith (const String &target, const String &probe) |