PAID: Script to combine images into one with coordinates
Posted: 2016-08-16T02:22:38-07:00
I originally posted this on the GIMP forums, but was directed to post a request here on the ImageMagick forums.
The problem
I have a set of 40 PNG map images covering a 400sqkm area, which need to be combined across 4 larges images for use as overlays in Google Earth. Each 'large image' contains 10 'map image'.
My current process
At the moment, I have an GIMP .xcf template with 'guides' for the large images, which allows me to essentially drag and drop each map image into GIMP, and they snap into place.
Each map image has a bit of overlap with neighboring map images, so this isn't as simple as just stitching them together, unfortunately!
Desired Outcome
Doing this manually for every 400sqkm area is currently taking me far too much time, and I'd like to either write (or pay someone to write) me a script that allows me to drag the map images into the template, run said script, and based on the name of the file, each layer is moved to the appropriate X/Y coordinates.
As an example, in a large image, one row will have 3 images: BB10-A1.png, BB10-A2.png, BB10-A3.png. In the template, A1 sits at 0,0, A2 sits at 1360,0, A3 sits at 2613,0, and so on. So, the script would know that any layer ending in -A1.png would go to 0,0, -A2.png to 1360,0 and so on.
Clearly, am willing to pay for this. Let me know if this is possible, and any quotes that you might have.
The problem
I have a set of 40 PNG map images covering a 400sqkm area, which need to be combined across 4 larges images for use as overlays in Google Earth. Each 'large image' contains 10 'map image'.
My current process
At the moment, I have an GIMP .xcf template with 'guides' for the large images, which allows me to essentially drag and drop each map image into GIMP, and they snap into place.
Each map image has a bit of overlap with neighboring map images, so this isn't as simple as just stitching them together, unfortunately!
Desired Outcome
Doing this manually for every 400sqkm area is currently taking me far too much time, and I'd like to either write (or pay someone to write) me a script that allows me to drag the map images into the template, run said script, and based on the name of the file, each layer is moved to the appropriate X/Y coordinates.
As an example, in a large image, one row will have 3 images: BB10-A1.png, BB10-A2.png, BB10-A3.png. In the template, A1 sits at 0,0, A2 sits at 1360,0, A3 sits at 2613,0, and so on. So, the script would know that any layer ending in -A1.png would go to 0,0, -A2.png to 1360,0 and so on.
Clearly, am willing to pay for this. Let me know if this is possible, and any quotes that you might have.