Re: double crop does not work for me
[email protected] Tue, 18 Nov 2008 17:56:57 -0800
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <[email protected]> |
> convert -crop 200x200+20+100 input.jpg -crop 180x180+20+20 output.jpg Does this work? convert -crop 200x200+20+100 input.jpg +repage -crop 180x180+20+20 output.jpg