Search found 4 matches
- 2015-09-24T16:56:56-07:00
- Forum: Users
- Topic: [SOLVED] How to montage a large number of images in order
- Replies: 5
- Views: 2919
Re: How to montage a large number of images in order
That does work! Thanks!
- 2015-09-23T14:30:21-07:00
- Forum: Users
- Topic: [SOLVED] How to montage a large number of images in order
- Replies: 5
- Views: 2919
Re: How to montage a large number of images in order
In any case, using question marks like you suggested works quite splendidly, so thanks for that!
- 2015-09-23T14:24:15-07:00
- Forum: Users
- Topic: [SOLVED] How to montage a large number of images in order
- Replies: 5
- Views: 2919
Re: How to montage a large number of images in order
I'll check it out! And yea, it does save alot of hazzle. However, when I use several Imagemagick commands, Imagemagick always spits out names without leading zeroes. For example convert -crop 500x500 rawImg-*.png img.png where rawImg-*.png has leading zeroes such as rawImg-01.png, rawImg-02.png ...
- 2015-09-23T12:31:49-07:00
- Forum: Users
- Topic: [SOLVED] How to montage a large number of images in order
- Replies: 5
- Views: 2919
[SOLVED] How to montage a large number of images in order
I have 50 PNG images I want to montage into a single spritesheet. They're named img-0.png, img-1.png, ..., img-9.png, img-10.png, ..., img-49.png. What I want to do is essentially: montage img-*.png spritesheet.png This however messes up the order so the result is: img-0.png, img-1.png, img-10.png ...