[gdal-dev] gdalwarp vs gdal_translate for resizing images

Travis Kirstine traviskirstine at gmail.com
Thu Oct 27 06:02:11 PDT 2016


I've been looking at resampling high resolution orthophoto images (0.10m)
using gdalwarp vs gdal_translate to a lower resolution

gdalwarp  -co TILED=YES -srcnodata "0 0 0" -dstnodata "0 0 0" -tr 2 2   -r
bilinear in.tif warp_2m_bilinear.tif

compared to

gdal_translate -co TILED=YES -a_nodata 0 -tr 2 2  -r bilinear input.tif
translate_2m_bilinear


It appears to me that gdal_translate produces a much "better" result with
reduced aliasing.  Why would the results differ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20161027/df68a68f/attachment.html>


More information about the gdal-dev mailing list