[gdal-dev] gdal_translate

Greg Coats gregcoats at mac.com
Wed Jan 6 13:50:04 EST 2010


image_in1.tif is a .tif without georeferencing info. image_in2.tif is a .tif with georeferencing info. What do I add to the gdal_translate command below so that the output image_out3.tif, whose pixels will be identical to the pixels in image_in1.tif, will include the georeferencing info in image_in2.tif?
gdal_translate -ot Byte -of GTiff image_in1.tif image_out3.tif
Greg


More information about the gdal-dev mailing list