Skip to content

GoodOpenRepo/ImageOptim

 
 

Repository files navigation

ImageOptim

ImageOptim is a GUI for lossless image optimization tools: Zopfli, PNGOUT, OxiPNG, AdvPNG, PNGCrush, JPEGOptim, Jpegtran, Guetzli, Gifsicle, SVGO, svgcleaner and MozJPEG.

Building

Requires:

git clone --recursive https://imageoptim.com ImageOptim
cd ImageOptim

To get started, open imageoptim/ImageOptim.xcodeproj. It will automatically download and build all subprojects when run in Xcode.

In case of build errors, these sometimes help:

git submodule update --init
cd gifsicle # or pngquant
make clean
make

Packages

No packages published

Languages

  • HTML 54.5%
  • Objective-C 39.8%
  • C 3.7%
  • Makefile 0.9%
  • JavaScript 0.6%
  • Shell 0.2%
  • Other 0.3%