| 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 |
Thread2007.02.02 20:25 "Re: get tifftag_geoasciiparams string", by Phil HarveyOn 2-Feb-07, at 2:36 PM, Gennady Khokhorin wrote: > Still can not find any reference for return from TIFFGetField(tif, > TIFFTAG_GEOASCIIPARAMS, &data) > command. Hi Gennady, I've never used TIFFGetField(), but I expect it just returns a null- terminated string for ASCII tags. (A null terminated string is just a character array where the length is determined by scanning for the first null byte.) The content of the TIFFTAG_GEOASCIIPARAMS will be a set of strings accessed via the TIFFTAG_GEOKEYDIRECTORY information. In a sample I have, it looks like strings may be separated by '|' symbols in the TIFFTAG_GEOASCIIPARAMS record, but you should check the GeoTiff documentation to be sure. I hope this helps. - Phil |
|||||||