Tagged Questions
2
votes
2answers
650 views
Adding georeferencing data into tiff image
I want to create a georeferenced .tiff file from a .png file. So I convert the .png into a normal .tiff file using the following command line :
convert image.png image.tiff
Here, all works fine, I ...