Go to the source code of this file.
◆ DumpFixupTags()
static int DumpFixupTags |
( |
TIFF * |
tif | ) |
|
|
static |
◆ DumpModeDecode()
Definition at line 77 of file tif_dumpmode.c.
78{
79 static const char module[] =
"DumpModeDecode";
82#if defined(__WIN32__) && (defined(_MSC_VER) || defined(__MINGW32__))
84"Not enough data for scanline %lu, expected a request for at most %I64d bytes, got a request for %I64d bytes",
88#else
90"Not enough data for scanline %lu, expected a request for at most %lld bytes, got a request for %lld bytes",
93 (
signed long long)
cc);
94#endif
95 return (0);
96 }
97
98
99
100
105 return (1);
106}
GLenum GLuint GLenum GLsizei const GLchar * buf
void TIFFErrorExt(thandle_t fd, const char *module, const char *fmt,...)
void _TIFFmemcpy(void *d, const void *s, tmsize_t c)
Referenced by TIFFInitDumpMode().
◆ DumpModeEncode()
Definition at line 44 of file tif_dumpmode.c.
45{
49
53
55
56
57
58
59
68 return (0);
69 }
70 return (1);
71}
int TIFFFlushData1(TIFF *tif)
Referenced by TIFFInitDumpMode().
◆ DumpModeSeek()
◆ TIFFInitDumpMode()
Definition at line 123 of file tif_dumpmode.c.
124{
134 return (1);
135}
TIFFCodeMethod tif_encodestrip
TIFFCodeMethod tif_encodetile
TIFFBoolMethod tif_fixuptags
TIFFCodeMethod tif_decodestrip
TIFFCodeMethod tif_decoderow
TIFFCodeMethod tif_encoderow
TIFFCodeMethod tif_decodetile
static int DumpModeSeek(TIFF *tif, uint32 nrows)
static int DumpModeDecode(TIFF *tif, uint8 *buf, tmsize_t cc, uint16 s)
static int DumpFixupTags(TIFF *tif)
static int DumpModeEncode(TIFF *tif, uint8 *pp, tmsize_t cc, uint16 s)