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

TIFFFieldTag - get TIFF field tag value from field information

Author

       LibTIFF contributors

Description

TIFFFieldTag() returns the numeric tag value for a TIFF field.  This can be compared to various constants
       exported by the libtiff header files, such as TIFFTAG_IMAGEWIDTH.

       fip  is  a  field  information  pointer  previously  returned  by TIFFFindField(), TIFFFieldWithTag(), or
       TIFFFieldWithName().

Name

       TIFFFieldTag - get TIFF field tag value from field information

Return Values

TIFFFieldTag() returns an integer tag value.

See Also

TIFFFieldDataType (3tiff), TIFFFieldName (3tiff),  TIFFFieldPassCount  (3tiff),  TIFFFieldQuery  (3tiff),
       TIFFFieldReadCount (3tiff), TIFFFieldWriteCount (3tiff), libtiff (3tiff)

Synopsis

          #include <tiffio.h>

       uint32_tTIFFFieldTag(constTIFFField*fip)

See Also