How to batch resize images in Ubuntu recursively w

2019-01-30 14:48发布

I have multiple images stored in a set of organized folders. I need to re-size those images to a specific percentage recursively from their parent directory. I am running Ubuntu 11.10 and i prefer learning how to do that directly from the terminal.

7条回答
贪生不怕死
2楼-- · 2019-01-30 15:40

You can also use

sudo apt-get install nautilus-image-converter

But this only works for image in the current folder. You just install and then right click on an image or multiple ones and choose the size you want and that's it.

I believe this also uses imagemagick.

查看更多
登录 后发表回答