0

Is there anyway I can preserve image georeferencing information after processing or converting the image via IrfanView? I have a couple of .png files with spatial reference and I'm trying to save them as ecw images. Unfortunately this process destroys the spatial reference vital for using the images in GIS software. If there was a way around this problem it would be a great help. Thanks.

Arthur
  • 1
  • You'd be better served using a different Stack site. This site is all about code. Check out Geo Info Systems https://gis.stackexchange.com/ – Gray Nov 09 '21 at 11:03

1 Answers1

0

I would recommend using gdal_translate to handle all your geospatial translation needs.

Assuming that you have a PNG with a world file associated then you can easily convert to ecw (providing that the propitiatory ecw driver is compiled in).

Ian Turton
  • 10,018
  • 1
  • 28
  • 47