10 个版本 (稳定版)
2.0.5 | 2023年5月18日 |
---|---|
2.0.4 | 2023年3月5日 |
2.0.3 | 2022年12月26日 |
2.0.1 | 2022年11月27日 |
0.1.2 | 2022年11月6日 |
在命令行工具中排名第693
38KB
747 行
██████╗ ██╗ ██████╗███████╗████████╗
██╔══██╗██║██╔════╝██╔════╝╚══██╔══╝
██████╔╝██║██║ ███████╗ ██║
██╔═══╝ ██║██║ ╚════██║ ██║
██║ ██║╚██████╗███████║ ██║
╚═╝ ╚═╝ ╚═════╝╚══════╝ ╚═╝
📷 展示
picst
是一个小型的跨平台命令行工具,旨在使“复制 → 缩放 → 粘贴”的图像工作流程变得非常简单和友好。
启动 picst
,复制一张图片,如果未通过标志传递,则提供新尺寸,将其粘贴到任何地方 - 简单得像做蛋糕 🍰!
🛠️ 安装
Cargo
cargo install picst
二进制文件
新版本的二进制文件也在此处提供:这里。
⚡️ 使用方法
picst
能够管理三种不同的单位来调整图像大小:percent
| pixels
| ratio
。
注意:picst
将一直运行并检查剪贴板中的新图像,直到进程停止。
百分比
使用 --height-percent
或 --width-percent
标志
picst --height-percent 30
picst --width-percent 50
默认情况下,picst
保留图像的纵横比,并将相应地调整其他尺寸。
您可以使用 --ignore-aspect-ratio
标志跳过此行为 - 工具将提示您输入其他尺寸 - 或者您可以直接设置这两个标志
picst --height-percent 30 --width-percent 50
像素
使用 --height
或 --width
标志
picst --height 300
picst --width 500
默认情况下,picst
保留图像的纵横比,并将相应地调整其他尺寸。
您可以使用 --ignore-aspect-ratio
标志跳过此行为 - 工具将提示您输入其他尺寸 - 或者您可以直接设置这两个标志
picst --height 300 --width 500
比例
使用 --ratio
标志
picst --ratio 0.7
特殊情况:没有标志
如果没有传递任何标志给工具,将显示一个完整的向导
picst
Pixel --------┐
|---> Height* | Width* | Both ---> value(s)
Percentage ---┘
Ratio ------------> value
- 使用 高度 和 宽度,将保留纵横比。
依赖项
~11–23MB
~312K SLoC