AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
February 2007

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2007.02.01 19:28 "get tifftag_geoasciiparams string", by Gennady Khokhorin
2007.02.02 19:36 "Re: get tifftag_geoasciiparams string", by Gennady Khokhorin
2007.02.02 20:25 "Re: get tifftag_geoasciiparams string", by Phil Harvey
2007.02.02 20:44 "Re: get tifftag_geoasciiparams string", by Ed Grissom

2007.02.02 19:36 "Re: get tifftag_geoasciiparams string", by Gennady Khokhorin

Thanks, Phil, for respond.
I agree: docs are pure. I have the same manual.txt for libgeotiff.

Still can not find any reference for return from TIFFGetField(tif, TIFFTAG_GEOASCIIPARAMS, &data)
command. The other two return number of elements as a parameter:
TIFFGetField(tif, TIFFTAG_GEOKEYDIRECTORY, &size, &data);
TIFFGetField(tif, TIFFTAG_GEODOUBLEPARAMS, &size, &data);

TIFFGetField() description in tiff-3.8.2\html\man\TIFFGetField.3tiff.html shows
in "Autoregistered tags" sample that ascii tag should be handled the same way. But 
real code is different.

I want to use TIFF approach to handle tags (shorts, doubles, ascii) as an arrays
rather then GTIFFKeySet/GTIFFKeyGet for each tag. Thanks to gdal it handles geoTiff
great.

Any help, please!

Gennady

-----Original Message-----
From: tiff-bounces@lists.maptools.org
[mailto:tiff-bounces@lists.maptools.org]On Behalf Of Phil Harvey
Sent: Thursday, February 01, 2007 3:08 PM
To: tiff@lists.maptools.org
Subject: [Tiff] Re: get tifftag_geoasciiparams string


Sorry, I meant to give you this reference so you can download the 
GeoTiff library, which I believe includes documentation:

  ftp://ftp.remotesensing.org/geotiff/libgeotiff/libgeotiff-1.2.3.tar.gz

- Phil