GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TIFFDATAWIDTH(3tiff) LibTIFF TIFFDATAWIDTH(3tiff)

TIFFDataWidth - get the size of TIFF data types

#include <tiffio.h>



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

TIFFDataWidth() returns a number of bytes occupied by the item of given type within the TIFF file. 0 returned when unknown data type supplied.

libtiff (3tiff)

LibTIFF contributors

1988-2022, LibTIFF contributors

September 11, 2024 4.7

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.