Can I Crop Pictures In Bulk Using ImageMagick?

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
Awqnerd
Posts: 1
Joined: 2018-03-03T10:05:22-07:00
Authentication code: 1152

Can I Crop Pictures In Bulk Using ImageMagick?

Post by Awqnerd »

So I've got 40+ Screenshots which I took from my mobile phone Is having this "Status Bar" strip on top (where battery percentage and stuff is displayed). And now I want to remove that top strip from all the pictures. Any sneaky way to do this using ImageMagick?

Thanks in advance. :)
Useful Resources: OnlyFactual | Routers Under 100$
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Can I Crop Pictures In Bulk Using ImageMagick?

Post by Bonzo »

Probably - please read this viewtopic.php?f=1&t=9620 and post again.

You main problem could be if the screen shot format is not supported: https://www.imagemagick.org/script/formats.php
Last edited by Bonzo on 2018-03-03T11:10:31-07:00, edited 1 time in total.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Can I Crop Pictures In Bulk Using ImageMagick?

Post by fmw42 »

Please, always provide your IM version and platform when asking questions, since syntax may differ. Also provide your exact command line and if possible your images.

See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at http://www.imagemagick.org/discourse-se ... f=1&t=9620

For novices, see

http://www.imagemagick.org/discourse-se ... f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/



For your question, see -chop and mogrify

https://www.imagemagick.org/Usage/basics/#mogrify
https://www.imagemagick.org/Usage/crop/#chop
Post Reply