Crop and combine?

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?".
Post Reply
BlueWave95
Posts: 7
Joined: 2019-09-28T17:46:10-07:00
Authentication code: 1152

Crop and combine?

Post by BlueWave95 »

$ magick --version
Version: ImageMagick 7.0.8-65 Q16 x86_64 2019-09-29 https://imagemagick.org
------------------------------

What magick commands can I use to cut out portions of one image (i.e. crop several images out of one image) and them combine them on top of another image (such as a background image)?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Crop and combine?

Post by fmw42 »

Please post an example of your input and desired output. What areas need to be cropped? Are they rectangular or irregular? Stacked in what way -- top to bottom or composited over each other.

What is your platform, as syntax may differ as would scripting.
Post Reply