https://github.com/inc44/belilo
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.
https://github.com/inc44/belilo
batch-processing cli image-optimization image-processing rust windows
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/inc44/belilo
- Owner: Inc44
- License: mit
- Created: 2023-10-21T09:43:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T20:11:49.000Z (over 2 years ago)
- Last Synced: 2025-01-22T11:17:20.146Z (over 1 year ago)
- Topics: batch-processing, cli, image-optimization, image-processing, rust, windows
- Language: Rust
- Homepage:
- Size: 970 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🖼️ Belilo 🧼
## Introduction
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.
## Features 🌟
- 🚀 Fast image whitening powered by [Rayon](https://crates.io/crates/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.
## How to Use 💼
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.
## Build the Project 🚀
1. Clone the repository:
```bash
$ git clone https://github.com/Inc44/belilo.git
```
2. Go to the project directory:
```bash
$ cd belilo
```
3. Build and run the project:
```bash
$ cargo run --release
```
## Contribution 🤝
We welcome contributions! For significant changes, please open an issue for discussion before making a pull request.
## License 📜
This software is licensed under the MIT Massachusetts Institute of Technology (MIT). For more details, refer to [LICENSE](LICENSE.md).