_TIFFRewriteField.3tiff
Contents
Copyright
1988-2022, LibTIFF contributors
4.7 Apr 30, 2025 _TIFFREWRITEFIELD(3tiff)
Description
_TIFFRewriteField() Rewrite a field in the directory on disk without regard to updating the TIFF
directory structure in memory. Currently only supported for field that already exist in the on-disk
directory. Mainly used for updating stripoffset / stripbytecount values after the directory is already
on disk.
Name
_TIFFRewriteField - rewrite a field in the directory on disk
Return Values
Returns zero on failure, and one on success.
See Also
libtiff (3tiff)
Synopsis
#include <tiffio.h>
int_TIFFRewriteField(TIFF*tif,uint16_ttag,TIFFDataTypein_datatype,tmsize_tcount,void*data)