1 Star 1 Fork 0

ser163 / png2j-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 878 Bytes
一键复制 编辑 原始数据 按行查看 历史
Harry 提交于 2022-07-29 17:10 . feat: change doc

png2j-cli

Description

A simple command-line tool for converting PNG files to JPG files.

Installation

$ git clone https://github.com/ser163/png2j-cli.git
$ cd png2j-cli
$ go mod download
$ go build -o png2j

Usage


Usage:
  png2j [flags]

Flags:
  -e, --height uint     height of output JPG file
  -h, --help            help for png2j
  -o, --output string   output JPG file
  -q, --quality uint8   quality value: 1-100 (default 100)
  -s, --source string   source PNG file
  -w, --width uint      width of output JPG file

Converting a PNG image:

$ png2j -s ./image/go.png -o ./image/go.png.jpg

Change JPG image size

$ png2j -s ./image/go.png -o ./image/go.png.jpg -w 948 -e 418

Changing the image quality

$ png2j -s ./image/go.png -o ./image/go.png.jpg -q 90
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ser163/png2j-cli.git
git@gitee.com:ser163/png2j-cli.git
ser163
png2j-cli
png2j-cli
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891