I was wondering how I can get my 110+ .png map tiles conveniently into a 1:1 pixel ratio size map .png. Ive been scrolling through google and such, and the forum's for the free ware game that I am modding, but the app im using recognizes only .png files, and i want more than 1% of the map. If you guys know of a program I would be very appreciative.
Tell me more
×
Game Development Stack Exchange is a question and answer site for
professional and independent game developers. It's 100% free, no registration required.
|
|
Such as this (free license for bloggers and framework developers) or this (completely free but a bit less flexible)? |
|||||||||||||
|
|
ImageMagick with it's convert -append can also be used for this. Though, it only does appending into one direction, but if your tiles are named ascending (f.e. tile001.png) it can still be used in a loop:
As pointed out by bummzack, montage will work also good.
|
|||||||||||||||
|