Hi,<br><br>I&#39;m new to gdal, geotiffs &amp; stuff, so sorry if this all seems obvious.<br>I&#39;ve been trying to reproject a geotiff from &quot;+proj=utm +zone=29 +ellps=intl +units=m +no_defs&quot; (European 1950, zone 29 - Portugal) to WGS84.<br>

<br>gdalwarp -s_srs &quot;+proj=utm +zone=29 +ellps=intl +units=m +no_defs&quot; -t_srs &quot;+proj=latlong +datum=WGS84&quot; map.tif map3.tif<br><br>The original file is 5366 x 3387<br>but ... the reprojected file is 5695 x 2863<br>

<br>With the naked eye I can&#39;t see much change. Is this behaviour normal?<br><br>Concerning the original file, it was built with gcp&#39;s in gdal_translate and then warped in the original projection. Maybe this isn&#39;t enough? In the ozi2geotiff.py script I see he does a second translate with several creation options (-co) for tiled, block(x,y)size, compress and predictor. As well as some other stuff with convert, listgeo and geotifcp. <br>

<br>Thanks, <br>Erik. <br>