Belilo, which translates to 'whitewasher' in Russian, is a useful tool created with ❤️ using Rust. It quickly whitens images, providing a clean, uniform appearance. It's fast, efficient, and precise.
- 🚀 Fast image whitening powered by Rayon.
- 🖼️ Supports many image formats (JPEG, PNG, BMP, GIF, ICO, QOI, and more).
- 🗂️ Batch process multiple images at once.
- 📁 Organized output to keep trimmed images together.
- 🛠️ Easy-to-use command-line interface.
If you are on Windows, simply download the .exe file. For all other operating systems, refer to the "Build the Project" section for compilation instructions.
- Clone the repository:
$ git clone https://github.com/Inc44/belilo.git
- Go to the project directory:
$ cd belilo
- Build and run the project:
$ cargo run --release <input-path>
We welcome contributions! For significant changes, please open an issue for discussion before making a pull request.
This software is licensed under the MIT Massachusetts Institute of Technology (MIT). For more details, refer to LICENSE.