#image #transparent #background #command-line-tool #image-path #threshold #input

bin+lib touka

这是一个制作图像背景透明的命令行工具

12个版本

0.3.5 2022年1月14日
0.3.4 2021年7月17日
0.3.3 2020年8月23日
0.2.7 2020年8月11日
0.1.0 2020年6月17日

#10#image-path

MIT 许可证

11KB
81

托卡

日语

这是一个制作图像背景透明的命令行工具。

安装

cargo install touka

用法

你可以通过传递图像和输出路径作为 touka 的命令行参数来制作具有透明背景的图像。

touka input/image/path -o output/image/path

使用 -t 来控制背景检测阈值。

touka input/image/path -o output/image/path -t 250

当三个RGB颜色值都高于阈值时,该像素将被设置为透明。默认阈值为230。

仅适用于macOS,你可以直接在剪贴板之间交换图像。当你没有指定输入图像时,剪贴板图像是透明的,当你没有指定输出路径时,透明图像将被保存到剪贴板。

# The clipboard image's background is transparent and saved to the clipboard.
touka

依赖

~13–22MB
~288K SLoC