Command line batch image cropping tool

iceman picture iceman · Dec 12, 2009 · Viewed 60.8k times · Source

is there any lightweight command line batch image cropping tool(Linux or Windows) which can handle a variety of the formats ?

Answer

Ralph picture Ralph · Feb 10, 2012

In Linux you can use

mogrify -crop {Width}x{Height}+{X}+{Y} +repage image.png

for CLI image manipulation