alpha_bleeding

Crates.ioalpha_bleeding
lib.rsalpha_bleeding
version0.1.0
created_at2023-10-25 02:56:53.047528+00
updated_at2023-10-25 02:56:53.047528+00
descriptionA tool used to fix white border issues by doing alpha bleeding.
homepage
repositoryhttps://github.com/sssooonnnggg/alpha_bleeding
max_upload_size
id1013023
size724,543
Song (sssooonnnggg)

documentation

README

Alpha bleeding

A tool used to fix white border issues by doing alpha bleeding.

Similar project:

Use as a 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 as a library

use alpha_bleeding::alpha_bleeding;
alpha_bleeding("origin.png", "fixed.png");
Commit count: 16

cargo fmt