Over on GIMPChat, Ofnuts kindly wrote me a script which works well. In fact it works perfectly.
The memory problem remains though, even with 12 Gig available.
Can anyone tell me how to get Snibgo's Batch script to work?
Thanks
Search found 5 matches
- 2014-07-28T15:48:58-07:00
- Forum: Users
- Topic: Placing images by co-ordinates given in the file name?
- Replies: 25
- Views: 11733
- 2014-07-25T01:42:51-07:00
- Forum: Users
- Topic: Placing images by co-ordinates given in the file name?
- Replies: 25
- Views: 11733
Re: Placing images by co-ordinates given in the file name?
The batch script certainly looks like it's on the right track :) There shouldn't need to be any scaling or rotation of the tiles. Regarding memory, the files are indexed colour with a 256 colour palette.The machine running the job has 12Gig of RAM installed. The data tiles in the sample are the ...
- 2014-07-24T16:23:02-07:00
- Forum: Users
- Topic: Placing images by co-ordinates given in the file name?
- Replies: 25
- Views: 11733
Re: Placing images by co-ordinates given in the file name?
...Is your Y coordinate up or down. That is, is it an actual geographic coordinate or an image related coordinate. Also do you have negative coordinates? My co-ordinates are Cartesian, with 0,0 at the bottom left. All the co-ordinates are positive but they start at several thousand units in both ...
- 2014-07-24T13:43:54-07:00
- Forum: Users
- Topic: Placing images by co-ordinates given in the file name?
- Replies: 25
- Views: 11733
Re: Placing images by co-ordinates given in the file name?
Thanks, that was a very prompt and informative reply. I currently have the latest version of ImageMagick, 6.8.9-5 and I'm running Windows 7 x64, and I also have access to Debain (x86) - but not all the time so I'd prefer to work in Windows 7. The upper left corner would be X1,Y2 so I've got that ...
- 2014-07-24T13:13:50-07:00
- Forum: Users
- Topic: Placing images by co-ordinates given in the file name?
- Replies: 25
- Views: 11733
Placing images by co-ordinates given in the file name?
This task is intended to to help my workflow on a desktop PC. The task is about assembling tiles into an image based on co-ordinates in the file name of each tile. I haven't been able to find anything online which does this. The only scripts I've found are for GIMP and Photoshop and they assemble ...