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
TIFFCUSTOMTAGLIST(3tiff) LibTIFF TIFFCUSTOMTAGLIST(3tiff)

TIFFCustomTagList - returns information about the custom tag list

#include <tiffio.h>




TIFFGetTagListCount() returns the number of entries in the custom tag list.

TIFFGetTagListEntry() returns the tag number of the (n.th - 1) entry within the custom tag list. If the tag_index is larger or equal to the number of entries in the tag list 0xFFFFFFFF (=(uint32_t(-1)) is returned.

The known tags to libtiff are define as 'named' tags and a lot of them as custom tags. The custom tag definitions are handled in an internal custom tag list. This list can also be extended by adding tag definitions to that list, so that libtiff is aware of those tags. See Defining Application Tags

none

libtiff (3tiff), TIFFOpen (3tiff), TIFFError (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.