拼写错误调整
批量图片等比缩放、类型转换工具
ImgResizer -source {source} -dest {dest} -mode {mode} -dest string Destination file or directory -format string Output 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)
-format
-width
-height
ImgResizer -source ~/pics -dest ~/new_pics -mode 5 -height 128 -width 300
ImgResizer -source ~/pics/hello.gif -dest ~/newpics/wow.gif -width 900
ImgResizer -source ~/pics -dest ~/new_pics -format jpg
批量图片等比缩放、格式转换及压缩工具
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
ImgResizer
批量图片等比缩放、类型转换工具
使用方法
注意事项
-format
参数-width
和-height
参数使用示例
1. 批量等比缩放
2. 单文件指定宽度
3. 批量类型转换
ImgResizer