I have file A.png and file B.png. I translate file A.png so i could translate it into B.png (creating multilayer file). Is there any easy way to get new GCP points coordinates so i could combine those 2 images correctly? I've done so far using only GDAL binaries. Can I somehow use only binaries to do this? If not, is there any easy way do do it?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
you can use gdal_translate binary to add the GCPs using -gcp flag and then use gdalwarp to tranform the image using those gcps. |
|||
|
