| 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.03.03 18:04 "Re: LibTIFF question", by Bob FriesenhahnOn Thu, 3 Mar 2005, Frank Warmerdam wrote: > > I think you should be doing something like: > > uint16 count; > int *data = NULL; > > TIFFGetField( m_TIFF, 50653, &count, &data ); > > Fields that are not pre-defined are normally treated such that > you have to pass the count into TIFFGetField. The returned pointer > should be to an internal copy of the tag value. This feature does not appear to be documented in the manual page. Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ |
|||||||