| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2005.07.21 16:47 "Re: question of understanding / D7 and Var-Types", by Frank WarmerdamOn 7/21/05, Chris Losinger wrote: > > is there a place where i can get the list of tags supported by > LibTiff and the parameters (types and count) that TIFFGetField and > TIFFSetField expect ? > > what Frank writes below makes me think that looking at tiff_dir.c > and checking what the va_arg calls pull off the stack isn't going to be > 100% accurate. Chris, The TIFFSetField and TIFFGetField man pages have short lists of tags and the way they should be handled. Looking in tif_dir.c is the "real answer" for tags with custom handling. Other than that you can look at tif_dirinfo.c that doesn't make special calling conventions for some tags clear. Best regards, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Programmer for Rent |
|||||||