| Crates.io | alpha_bleeding |
| lib.rs | alpha_bleeding |
| version | 0.1.0 |
| created_at | 2023-10-25 02:56:53.047528+00 |
| updated_at | 2023-10-25 02:56:53.047528+00 |
| description | A tool used to fix white border issues by doing alpha bleeding. |
| homepage | |
| repository | https://github.com/sssooonnnggg/alpha_bleeding |
| max_upload_size | |
| id | 1013023 |
| size | 724,543 |
A tool used to fix white border issues by doing alpha bleeding.
Similar project:
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");