Skip to content

Lossless png compressor using Pngout, OptiPNG, DeflOpt & ECT

Notifications You must be signed in to change notification settings

mandarnaik016/Pongy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pongy

Pongy

Lossless png compressor using Pngout, OptiPNG, DeflOpt & ECT

Version License: GPL-3.0

🙉 What's Pongy?

Pongy is yet another compressor that compress png files without loss of quality. It uses Pngout, OptiPNG, DeflOpt & ECT for compression.

Pngout is a freeware command line optimizer for PNG images written by Ken Silverman. The transformation is lossless, meaning that the resulting image is visually identical to the source image. According to its author, this program can often get higher compression than other optimizers by 5–10%.

OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections.

DeflOpt improves compression ratios. It can enhance the compression ratio of your GZIP, ZIP, or PNG files that use the DEFLATE compression algorithm.

ECT (or Efficient Compression Tool) is a C++ file optimizer. It supports PNG, JPEG, GZIP and ZIP files.

Install

git clone git@github.com:mandarnaik016/Pongy.git

Usage

  • Run the Pongy.exe.

image_5

  • Enter the path of folder where PNG files are present e.g. E:\github\new_pongy\IMG.

image_6

  • Click COMPRESS button.

image_7

  • Have patience and 🍵. Wait for below popup which indicates files compressed.

image_8

  • You can locate optimized PNGs in the DEST folder (Inside the same directory).

image_9

Result

result

Author

👤 Mandar Naik

👐 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

❤️ Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 Mandar Naik.
This project is GPL v3 licensed.

About

Lossless png compressor using Pngout, OptiPNG, DeflOpt & ECT

Resources

Stars

Watchers

Forks