Ho Do i retrieve a little image from an existing image

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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

See -crop.

Or look at a tutorial on crop, and all its capabilities. Study carfully..
http://www.cit.gu.edu.au/~anthony/graph ... crop/#crop
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

What command argument did you use. Output format? Did you +repage
after the crop?

If you missed the actual image with the crop the result will be nothing.
Further processing after a crop without re-paging could also make images dissapear.

Without knowing what you actually did it is difficult to tell you what went wrong.

Also what IM version, and OS (windows I guess)
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply