[Qgis-user] Georeference png files

Nick Hopton nhopton at gmail.com
Sun Dec 22 12:06:02 PST 2019


It is possible to assign georeferenced bounds to a raster using
gdal_translate:

gdal_translate -a_ullr <ulx> <uly> <lrx> <lry> input.png output.tiff

Where:
<ulx> = upper left x
<uly> = upper left y
<lrx> = lower right x
<lry> = lower right  y

The resulting tiff won't contain CRS data.

Nick.




--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html


More information about the Qgis-user mailing list