ImgResizer批量图片等比缩放、格式转换工具

83 阅读1分钟

原文地址:www.oschina.net/p/ImgResize…

软件简介

ImgResizer 是一款具备批量图片等比缩放、批量格式转换的命令行工具。

主要特点:

  1. 1M 大小,下载使用非常方便
  2. 支持图片类型:bmp、tiff、jpg、jpeg、gif、png、webp
  3. 支持类型转换为:bmp、tiff、jpg、jpeg、gif、png
  4. 五种等比缩放模式可供选择
  5. 支持自定义宽度、高度等

使用方法:

ImgResizer -source {source} -dest {dest} -mode {mode}
-dest string
Destination file or directory.
-format string
Ouput format. Supported values: png|jpg|jpeg|bmp|tiff|gif. Omit to keep original format.
-height int
Destination height. Omit to keep original height (default -1)
-help
Show help message.
-mode int
0 - (Default) Nearest-neighbor interpolation
1 - Bilinear interpolation
2 - Bicubic interpolation
3 - Mitchell-Netravali interpolation
4 - Lanczos resampling with a=2
5 - Lanczos resampling with a=3
-source string
Source file or directory.
-width int
Destination width. Omit to keep original width (default -1)

项目地址:     gitee.com/barat/imgre…

我的博客地址:点击此处

我叫方包,关注公众号【优派编程】,学习和了解到更多编程知识和资源干货!

感谢你的在看和 “点赞”,祝大家事业有成,学业进步,心想事成!