belilo

Crates.iobelilo
lib.rsbelilo
version1.0.0
sourcesrc
created_at2023-10-21 09:48:56.052357
updated_at2023-10-21 09:48:56.052357
descriptionA command-line tool for whitening images.
homepage
repository
max_upload_size
id1009923
size17,826
Inc (Inc44)

documentation

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.
  • ๐Ÿ–ผ๏ธ 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:
$ git clone https://github.com/Inc44/belilo.git
  1. Go to the project directory:
$ cd belilo
  1. Build and run the project:
$ cargo run --release <input-path>

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.

Commit count: 0

cargo fmt