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?".
is it possible in ImageMagick to place images in another image in specific grids? Please see the attached image, so the explanation makes more sense. So lets say I have 4 images and want to place each of them in one of the squares in the grid. I would want to fill each square with the given images.
Is that somehow possible? The version of ImageMagick does not matter. I would be using `Python`.
Great! Montage looks exactly what I was looking for. ImageMagick is so huge, sometimes its hard to fine the correct function. Thanks again, I'll look into montage!
where x and y are the location and w and h are the dimensions of the image being placed. You can have multiple instances of "-draw {options]" on the commandline.