TIFFDataWidth.3tiff - Man Page
get the size of TIFF data types
Synopsis
#include <tiffio.h>
int TIFFDataWidth(TIFFDataType type)
Description
TIFFDataWidth() returns the size of type within TIFF file in bytes. Currently following data types are supported:
- TIFF_BYTE
- TIFF_ASCII
- TIFF_SBYTE
- TIFF_UNDEFINED
- TIFF_SHORT
- TIFF_SSHORT
- TIFF_LONG
- TIFF_SLONG
- TIFF_FLOAT
- TIFF_IFD
- TIFF_RATIONAL
- TIFF_SRATIONAL
- TIFF_DOUBLE
- TIFF_LONG8
- TIFF_SLONG8
- TIFF_IFD8
Return Values
TIFFDataWidth() returns a number of bytes occupied by the item of given type within the TIFF file. 0 returned when unknown data type supplied.
See Also
libtiff (3tiff)
Author
LibTIFF contributors
Copyright
1988-2022, LibTIFF contributors
Info
Sep 11, 2024 4.7 LibTIFF