How to create a canvas and fill it with a lot of pictures?
Posted: 2019-01-27T12:21:59-07:00
Hello everybody, i have som problems trying to create an image with imagemagick, and probably you could help me try to figure out how to do it.
I need to create a image with a specific size ( in this case, 148mm x 210mm size ), and then fill it with a lot of pictures that i have inside a folder.
The amount of images is between 40 and 60 images per page, and if for some reason, it reaches the end of the pictures and the canvas is not full, start again from the first one until complete the background image.
This is how i made until now.
Thanks
I need to create a image with a specific size ( in this case, 148mm x 210mm size ), and then fill it with a lot of pictures that i have inside a folder.
The amount of images is between 40 and 60 images per page, and if for some reason, it reaches the end of the pictures and the canvas is not full, start again from the first one until complete the background image.
This is how i made until now.
I need to know how to create the canvas with the specified width and high and to resize the montage pictures to fit in the background image.magick montage *.jpg -geometry +0+0 -mode Concatenate result.jpg
pause
Thanks