Resize images in directory

前端 未结 6 2088
半阙折子戏
半阙折子戏 2021-02-03 14:41

I have a directory full of images that I would like to resize to around 60% of their original size.

How would I go about doing this? Can be in either Python or Perl

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-03 15:01

    do you need to just resize it or you want to resize programmatically? If just resize use PixResizer. http://bluefive.pair.com/pixresizer.htm

提交回复
热议问题