PNG ECT, standing for PNG Efficient Compression Tool, is a useful tool created with ❤️ using Rust. It compresses PNG images quickly and efficiently, making them lighter without compromising quality. It's fast, efficient, and precise.
- 🚀 High-speed image compression powered by Rayon.
- 🗂️ 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. Also add ECT to path.
- Clone the repository:
$ git clone https://github.com/YourUsername/png_ect.git
- Go to the project directory:
$ cd png_ect
- 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.