Batch resize images into new folder using ImageMagick

后端 未结 6 2122
余生分开走
余生分开走 2021-01-31 08:37

I have a folder of images over 4MB - let\'s call this folder dsc_big/. I\'d like to use convert -define jpeg:extent=2MB to convert them to

6条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 08:45

    Although this is an old question, but I'm adding this response for the benefit of anyone else that stumbles upon this.

    I had the same exact issue, and being discouraged by the use of mogrify, I wrote a small Python based utility called easymagick to make this process easier while internally using the convert command.

    Please note, this is still a work in progress. I'll appreciate any kind of feedback I can get.

提交回复
热议问题