#image #image-processing #precise #tool #command-line #scissors #trimming

bin+lib rusty_scissors

A command-line tool for trimming images

3 stable releases

1.2.0 Dec 22, 2023
1.1.1 Oct 20, 2023

#323 in Images

32 downloads per month

MIT license

2.5MB
146 lines

Contains (DOS exe, 2.5MB) rusty_scissors.exe

🖼️ Rusty Scissors ✂️

Introduction

Rusty Scissors is a useful tool created with ❤️ using Rust. It quickly trims extra space around images like smart scissors. It's fast, efficient, and precise.

Features 🌟

  • 🚀 Fast image trimming 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/rusty-scissors.git
  1. Go to the project directory:
$ cd rusty-scissors
  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.

Dependencies

~14–21MB
~129K SLoC