I need to create a montage image of up to 18 images and have looked into Imagick Montage and it does look promising but all images are stored on a separate server. I am also unable to use system(); to run command line commands for montage so it will need to be done through PHP.
The end result would be something like 8 images a row, 2 rows. Each image would have their image and 1-2 rows of text.
This cannot be done by a third party for security reasons. Is this possible through Imagick and if so, how? If not I would love to hear any other suggestions?
Thanks in advance!