Crates.io | pixel-fix-rs |
lib.rs | pixel-fix-rs |
version | 0.1.0 |
source | src |
created_at | 2023-10-17 03:55:04.93093 |
updated_at | 2023-10-17 03:55:04.93093 |
description | A utility to fix alpha in images for Roblox! |
homepage | |
repository | https://github.com/Nexure/pixel-fix-rs |
max_upload_size | |
id | 1005489 |
size | 29,759 |
pixel-fix-rs is a rust port of the popular utility "Pixelfix". This utility is designed to change the colors of completely transparent pixels in an image to match the color of the nearest non-transparent pixel.
You can find extra information at the original tools respository here
$ cargo install pixel-fix
$ git clone https://github.com/Nexure/pixel-fix-rs
$ cd pixel-fix-rs
$ cargo install --path .
$ pixel-fix-rs [input_files_or_dirs] [-d]
input_files_or_dirs
: A list of files or directories to convert-d
: Enables debug mode for the file outputRunning with only a single file
$ pixel-fix-rs input.png
Running with multiple files
$ pixel-fix-rs input1.png input2.png input3.png
Running with a directory
$ pixel-fix-rs input_directory
git checkout -b feature/your-feature
.git push origin feature/your-feature
.This project is licensed under the MIT - see the LICENSE file for details.