https://github.com/inc44/png_ect
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.
https://github.com/inc44/png_ect
batch-processing cli image-optimization image-processing performance rust windows
Last synced: 26 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/inc44/png_ect
- Owner: Inc44
- License: mit
- Created: 2023-10-14T17:44:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T21:15:15.000Z (over 2 years ago)
- Last Synced: 2025-01-22T11:17:20.260Z (over 1 year ago)
- Topics: batch-processing, cli, image-optimization, image-processing, performance, rust, windows
- Language: Rust
- Homepage:
- Size: 668 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🖼️ PNG ECT 🧼
## Introduction
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.
## Features 🌟
- 🚀 High-speed image compression powered by [Rayon](https://crates.io/crates/rayon).
- 🗂️ 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. Also add [ECT](https://github.com/fhanau/Efficient-Compression-Tool) to path.
## Build the Project 🚀
1. Clone the repository:
```bash
$ git clone https://github.com/YourUsername/png_ect.git
```
2. Go to the project directory:
```bash
$ cd png_ect
```
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).