
How to create a tiled Preview of my Smileyset? (ImageMagick?)
Hi there Mepis & Art Lovers,
i have a question about ImageMagick - or - if you know an other way to solve my problem, you are welcome to share that with me :) .
I want to create a Preview / Overview of my self drawn Smileyset, like this:
or this:
This is the old version and a small preview to the new ones.
I don't want to do that one by one again, and so my question is:
How to do that with ImageMagick (or an other way) , so, that it calculates the canvas (image-dimensions) automatically and places the 16x16 Pixel Smileys with an 8 Pixel Space between them and 8 Pixel Space to the Borders? (like in the Preview Images shown here)
Oh, i forgot: The Placement of the Smileys should be 5 in the X Dimension (width) or selectable and in the Y Dimension (height) calculated automatically.
EDIT1: The Output Filename and filetype sould be "overview.png". The Input Filenames should be read in from a Text file called "inputfiles.txt". There i can arrange the Filenames a little bit, because they follow this rule:
currently the smileys are named like this: smileyxx.png - where "xx" is a number, that counts from 00 to 30+ - so the files are called: "smiley00.png", "smiley01.png", "smiley02.png" and so on.
I know, that this can be solved with the ImageMagick Command Line Tool called "montage", but i'm not familiar with that one.
Thank you,
Ingo