Page 1 of 1

GeoTiff : tiff + custom tags

Posted: 2010-12-15T10:24:33-07:00
by jlm
Hi!
I would like to use imageMagick /Magick++ to create/modify some geotiff format
at this time writing

Code: Select all

$identify ASTGTM_N44E005_dem.tif 
ASTGTM_N44E005_dem.tif TIFF 3601x3601 3601x3601+0+0 16-bit Grayscale DirectClass 25.96MB 0.000u 0:00.039
identify: ASTGTM_N44E005_dem.tif: invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/704.
identify: ASTGTM_N44E005_dem.tif: unknown field with tag 33550 (0x830e) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/704.
identify: ASTGTM_N44E005_dem.tif: unknown field with tag 33922 (0x8482) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/704.
identify: ASTGTM_N44E005_dem.tif: unknown field with tag 34735 (0x87af) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/704.
how can I retrieve those tags? how can I write those tags?
thanks and regards
JLM

Re: GeoTiff : tiff + custom tags

Posted: 2010-12-15T11:05:52-07:00
by fmw42
I am not an expert on this, but I am pretty sure that IM does not currently support GeoTiff tags. Someone could contribute the code to do so as a number of people have asked about this on the forum.