I'm trying to use imagemagick to take several JPGs and lay them out on a pdf
I'm at the beginning of the project and I do not understand how to open the multiple images and do this.
My research indicated to me that this is possible on the command line by simply passing the convert() function multiple files. experience is telling me that this isn't how it's done with Wand, but I can't figure out how!
Any advice is appreciated!