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

barats · 2022-06-17 17:21:48 · 1489 次点击 · 大约8小时之前 开始浏览    置顶
这是一个创建于 2022-06-17 17:21:48 的主题,其中的信息可能已经有所发展或是发生改变。

ImgResizer

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

  1. 支持图片类型:bmp、tiff、jpg、jpeg、gif、png、webp
  2. 支持类型转换为:bmp、tiff、jpg、jpeg、gif、png
  3. 支持自定义宽度、高度
  4. 五种等比缩放模式

项目地址:

  1. Gitee https://github.com/barats/ImgResizer
  2. Github 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

1489 次点击  ∙  1 赞  
加入收藏 微博
2 回复  |  直到 2022-06-19 16:29:53
barats
barats · #1 · 3年之前

不支持 webp 格式输出,会自动转成 png 处理。

barats
barats · #2 · 3年之前

ImgResizer v1.2 版本发布啦!

添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传