logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

_TIFFRewriteField.3tiff

Author

       LibTIFF contributors

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)

See Also