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?".
However, Montage draws the triangle on each of the images, not on the combined one. Is there any way I can tell Montage that I want to draw on the result instead?
(The triangles shall indicate logical relationships between the arranged pictures.)
I don't believe that montage is that sophisticated. In unix the easiest way would be to pipe the result from montage to the input of a new convert to do the drawing. I am not sure whether that is easy in Windows or not.
Well, I have just given it a try, although I did not expect this to work under Windows, but ...
... indeed, this works under Windows just as well! The pipe symbol is the same in Windows and it feeds STDOUT to STDIN just as well. But I have never seen it being used in such a way, i.e. as a stream operator. I 've just peformed a search on the Net and could not find another example of such use of the CMD pipe sysmbol.
So this defnitively something I have to incorporate on my Windows usage page!