Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
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..
WARNING this will however only work with the latest versions of IM where the '%[fx:t]' and the '%t' settings have been fixed.
Hmmm from IM v6.6.8-6 onward. Before this you would only get a value of zero, and not the current image index.
As you can see you can use the index as part of a mathematical expression using FX