Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 804 Bytes

File metadata and controls

17 lines (10 loc) · 804 Bytes

Image Compressor

Image Compressor is a GUI for optipng, guetzli, and jpegoptim to help optimize image files while aims to maintain the original visual quality. This was built as garage project to meet a personal client's request.

Screenshot

References

  • OptiPNG - PNG optimizer that recompresses image files to a smaller size, without losing any information
  • jpegoptim - utility to optimize/compress JPEG files
  • guetzli - JPEG encoder that aims for excellent compression density at high visual quality.

To Dos

I plan to recreate the project with WPF and also improve code readability with proper threading.

We are open to contributions!