ImgResizer 批量图片等比缩放、类型转换工具

barats · · 1091 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

# ImgResizer 批量图片等比缩放、类型转换工具 1. 支持图片类型:bmp、tiff、jpg、jpeg、gif、png、webp 1. 支持类型转换为:bmp、tiff、jpg、jpeg、gif、png 1. 支持自定义宽度、高度 1. 五种等比缩放模式 ## 项目地址: 1. Gitee [https://github.com/barats/ImgResizer](https://github.com/barats/ImgResizer) 1. Github [https://gitee.com/barat/imgresizer](https://gitee.com/barat/imgresizer) ## 使用方法 ``` ImgResizer -source {source} -dest {dest} -mode {mode} -dest string Destination file or directory -format string Ouput format (png|jpg|jpeg|bmp|tiff|gif) -height int Destination height (default 128) -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 (default 300) ``` ## 批量等比缩放处理 ``` ImgResizer -source ~/Desktop/pics -dest ~/Desktop/new_pics -mode 5 ``` ## 单个文件指定宽度缩放 ``` ImgResizer -source ~/pics/hello.gif -dest ~/newpics/wow.gif -width 900 ``` ## 批量文件类型转换 ``` ImgResizer -source ~/Desktop/pics -dest ~/Desktop/new_pics -format jpg ```

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

1091 次点击  ∙  1 赞  
加入收藏 微博
2 回复  |  直到 2022-06-19 16:29:53
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传