alpha_bleeding 0.1.0

A tool used to fix white border issues by doing alpha bleeding.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 724.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 158.81 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 36s Average build duration of successful builds.
  • all releases: 36s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • sssooonnnggg/alpha_bleeding
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sssooonnnggg

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");