Search found 2 matches

by tristanbacon
2016-08-16T02:56:13-07:00
Forum: Consulting
Topic: PAID: Script to combine images into one with coordinates
Replies: 4
Views: 64293

Re: PAID: Script to combine images into one with coordinates

The ImageMagick part of this would be simple. Something like: convert ( BB10-A1.png -repage +0+0 ) ( BB10-A2.png -repage +1360+0 ) ( BB10-A3.png -repage +2613+0 ) -layers merge out.png The command could be built by a script that would read a text file of the suffixes and their coordinates. As the c...
by tristanbacon
2016-08-16T02:22:38-07:00
Forum: Consulting
Topic: PAID: Script to combine images into one with coordinates
Replies: 4
Views: 64293

PAID: Script to combine images into one with coordinates

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 ...