| 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 |
Thread2008.08.21 14:09 "Re: unregister GeoTiff", by Frank WarmerdamGennady Khokhorin wrote: > Hello, List! > I'm wonder if there is some tool to unregister GeoTIFF. > Want to drop all georeference tags and use tfw instead. > Is it possible? > > Thanks in advance for any suggestions Gennady, If you use the libtiff "tiffcp" utility, I believe all the geotiff tags will be omitted in the newly generated file. You would need to create the world file manually. Alternatively, you could use gdal_translate like: gdal_translate -co TFW=YES -co PROFILE=BASELINE src.tif dst.tif This will create a plain tiff file with no geotiff tags, and will also create the world file. 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 |
|||||||