80{
81 static const char module[] =
"TIFFForceStrileArrayWriting";
83
85 {
87 "File opened in read-only mode");
88 return 0;
89 }
91 {
93 "Directory has not yet been written");
94 return 0;
95 }
97 {
99 "Directory has changes other than the strile arrays. "
100 "TIFFRewriteDirectory() should be called instead");
101 return 0;
102 }
103
105 {
114 {
116 "Function not called together with "
117 "TIFFDeferStrileArrayWriting()");
118 return 0;
119 }
120
122 return 0;
123 }
124
137 {
140 return 1;
141 }
142
143 return 0;
144}
union TIFFDirEntry::@3463 tdir_offset
uint64 * td_stripbytecount_p
TIFFDirEntry td_stripoffset_entry
uint64 * td_stripoffset_p
TIFFDirEntry td_stripbytecount_entry
int _TIFFRewriteField(TIFF *tif, uint16 tag, TIFFDataType in_datatype, tmsize_t count, void *data)
void TIFFErrorExt(thandle_t fd, const char *module, const char *fmt,...)
int TIFFIsTiled(TIFF *tif)
int TIFFSetupStrips(TIFF *tif)
#define TIFFTAG_TILEBYTECOUNTS
#define TIFFTAG_STRIPBYTECOUNTS
#define TIFFTAG_TILEOFFSETS
#define TIFFTAG_STRIPOFFSETS