Crates.io | alphafix |
lib.rs | alphafix |
version | 0.1.1 |
source | src |
created_at | 2023-05-11 23:36:24.21032 |
updated_at | 2024-06-15 21:32:34.44832 |
description | CLI & file explorer tool to bleed colors to transparent pixels for game engines |
homepage | |
repository | |
max_upload_size | |
id | 862503 |
size | 67,217 |
Tool to bleed opaque pixel color into transparent pixels. Designed with producing images for the Robox platform in mind.
The package can be installed and built to a binary with cargo
cargo install alphafix
TODO: complete release workflow with github action to provide archive binaries for tools like Aftman.
Alphafix can be built from source by cloning the repository and building using a rust toolchain.
Call alphafix and provide paths to the images you want to be modified. The output images by default will be appended with _fixed
alphafix resources/blue_circle.png resources/green_triangle.png
TODO: support for glob file references
--dir=<path>
: specify target directory where the output images will be stored
--append=<str>
: name to append to file name output images, will override the default _fixed
--auto
: run command automatically, with no user input (for automated processes). By default, the program does prompt on exit to support drag and drop