I want the functionality, but I can't for the life of me figure out what to do with the function described here: http://php.net/manual/en/imagick.montageimage.php . Googling has been unproductive so far.
I have read this http://www.imagemagick.org/Usage/montage/ and it seems easy enough in command line, but how do you specify the URLs to operate on in PHP?
I've also seen this, but it only makes me more confused since the guy doing it says it doesn't work for him. Imagick PHP Extension -- Montage help?
I do not know how to do it with Imagick but with command line and php it would be this:
You can use variables:
You could create a loop and concenate? all the images into one variable so that the variable would be:
You can probably see Imagemagick with exec( ) is a lot simpler than Imagick.
I am not sure if you could use an array of images.