<div dir="ltr">I've been looking at resampling high resolution orthophoto images (0.10m) using gdalwarp vs gdal_translate to a lower resolution<div><br></div><div>gdalwarp  -co TILED=YES -srcnodata "0 0 0" -dstnodata "0 0 0" -tr 2 2   -r bilinear in.tif warp_2m_bilinear.tif <br></div><div><br></div><div>compared to</div><div><br></div><div>gdal_translate -co TILED=YES -a_nodata 0 -tr 2 2  -r bilinear input.tif translate_2m_bilinear</div><div><br></div><div><br></div><div>It appears to me that gdal_translate produces a much "better" result with reduced aliasing.  Why would the results differ? </div><div><br></div></div>