png_ect 1.0.0

A command-line tool for compressing png images using ECT.
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 3 items with examples
  • Size
  • Source code size: 406.5 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.76 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Inc44

๐Ÿ–ผ๏ธ 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.
  • ๐Ÿ–ผ๏ธ Exclusive support for PNG format, ensuring optimized compression.
  • ๐Ÿ—‚๏ธ 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 to path.

Build the Project ๐Ÿš€

  1. Clone the repository:
$ git clone https://github.com/YourUsername/png_ect.git

  1. Go to the project directory:
$ cd png_ect

  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.