Search found 2 matches

by dirk
2011-05-18T05:42:15-07:00
Forum: Users
Topic: Montage with numbered tiles
Replies: 4
Views: 8269

Re: Montage with numbered tiles

Great, this works.

For my example, the command for indexing with 'montage' looks as follows:

Code: Select all

montage -set label '%[fx:t+1]' *.png -tile 20x5 -geometry 300x1800 -debug cache montage20x5.jpg
Thanks,

Dirk
by dirk
2011-05-17T07:43:29-07:00
Forum: Users
Topic: Montage with numbered tiles
Replies: 4
Views: 8269

Montage with numbered tiles

Hi, I would like to number the tiles in an image created with 'montage' so that the first tile (=file) gets the number 1, the second the number 2, and so on.. My command at the moment looks like this: montage -label '???' *.png -tile 20x5 -geometry 300x1800 -debug cache montage20x5.jpg Thanks for ...