ImgResizer v1.3 图片处理工具发布

ImgResizer 是一个基于 Golang 语言编写的命令行工具,其主要功能如下:

  1. 支持图片等比缩放,五种模式可供选择
  2. 支持图片格式转换,支持 bmp、tiff、jpg、jpeg、gif、png、webp 格式
  3. 支持自定义高度、宽度等参数
  4. 支持 Windows、Linux、macOS 等系统,众多分发包可供下载
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)

最新发行版下载:

https://gitee.com/barat/imgresizer/releases/v1.3

https://github.com/barats/ImgResizer/releases/tag/v1.3

猜你喜欢

转载自www.oschina.net/news/200886