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
_______________________________________________
Qgis-user mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to