1 个不稳定版本
0.1.0 | 2023年10月25日 |
---|
#662 in 图像
645KB
194 行
Alpha bleeding
一个用于通过alpha bleeding修复白色边框问题的工具。
类似项目
作为 CLI 使用
Usage: alpha_bleeding [INPUT] [OUPTUT]
Arguments:
[INPUT] The path of the image to be fixed.
[OUTPUT] The path where the fixed image will be saved. If an output path is not provided, the original input image will be replaced with the fixed one.
作为库使用
use alpha_bleeding::alpha_bleeding;
alpha_bleeding("origin.png", "fixed.png");
依赖
~15MB
~95K SLoC