Help needed creating layered contact sheet w/ alpha trans

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?".
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Help needed creating layered contact sheet w/ alpha tran

Post by snibgo »

The "+adjoin" will create ContactSheet-1.png etc, one output per file in the convert stream. You have multiple files because of the "Grid*.png".

But that is in a "FOR %%G" loop, so ContactSheet-1.png etc will be created multiple times, once per %%G value.
snibgo's IM pages: im.snibgo.com
Post Reply