Command line batch image cropping tool

后端 未结 6 2094
执笔经年
执笔经年 2021-01-31 07:27

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

6条回答
  •  一整个雨季
    2021-01-31 08:10

    In Linux you can use

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

    for CLI image manipulation

提交回复
热议问题