I working on some image idea and need a program that would automate some work. Mine question for you is, do you know any program that could make that (and how to achieve this in this program). I hope that its not too difficult :)
I want to place many small images into one image :
- There will be two sizes of images small image and a little bigger image,
- I would like to place all small images horizontally, and under them all bigger images,
- smaller images will be aligned in X to position where bigger starts.
- name of files will be like 1.png 1_thumb.png
So in fact i will receive:
[--------] [--------] .........
[ small ] [small2] .........
[--------] [--------] ........
[--------------][---------
---]......
.
[ ][ ].......
[ big ][ big2 ].......
[ ][ ]........
[--------------][---------
---]......
..
etc.
Is this possible? Or do I have to develop own tool for that?
Start Free Trial