manpagez: man pages & more
man _TIFFRewriteField(3)
Home | html | info | man
_TIFFREWRITEFIELD(3tiff)            LibTIFF           _TIFFREWRITEFIELD(3tiff)


NAME

       _TIFFRewriteField - rewrite a field in the directory on disk


SYNOPSIS


          #include <tiffio.h>

       _TIFFRewriteField(3) *tif, uint16_t tag, TIFFDataType
       in_datatype, tmsize_t count, void *data)


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.


RETURN VALUES

       Returns zero on failure, and one on success.


SEE ALSO

       libtiff(3)


AUTHOR

       LibTIFF contributors


COPYRIGHT

       1988-2022, LibTIFF contributors

4.6                             October 9, 2023       _TIFFREWRITEFIELD(3tiff)

tiff 4.6.0 - Generated Sun Oct 15 06:05:09 CDT 2023
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.