ImageOptim / ImageOptim

GUI image optimizer for Mac

Home Page:https://imageoptim.com/mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

GUI image optimizer for Mac

https://imageoptim.com/mac

License:GNU General Public License v2.0


Languages

Language:HTML 54.6%Language:Objective-C 39.8%Language:C 3.7%Language:Makefile 0.9%Language:JavaScript 0.6%Language:Shell 0.2%Language:CSS 0.2%Language:Ruby 0.1%