ImgResizer 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
ImgResizer 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
ImgResizer 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 MulanPSL-2.0
开发语言 Google Go
操作系统 跨平台
软件类型 开源软件
开源组织
地区 国产
投 递 者 巴拉迪维
适用人群 未知
收录时间 2022-06-20

软件简介

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 指数为
超过 的项目

评论

点击加入讨论🔥(5) 发布并加入讨论🔥
发表了资讯
2022/06/27 10:42

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

ImgResizer 是一个基于 Golang 语言编写的命令行工具,其主要功能如下: 支持图片等比缩放,五种模式可供选择 支持图片格式转换,支持 bmp、tiff、jpg、jpeg、gif、png、webp 格式 支持自定义高度、宽度等参数 支持 Windows、Linux、macOS 等系统,众多分发包可供下载 ImgResizer -source {source} -dest {dest} -mode {mode} -dest string Destination file or directory -format string Output for...

0
4
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
5 评论
56 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部