Skip to content

ImageOptim/ImageOptim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 29, 2023
78144d0 · Oct 29, 2023
Oct 17, 2023
Oct 29, 2023
Oct 29, 2023
Oct 29, 2023
Oct 29, 2023
Oct 29, 2023
Oct 29, 2023
Oct 29, 2023
Oct 29, 2023
Oct 29, 2023
Oct 29, 2023
Oct 29, 2023
Sep 17, 2022
Oct 29, 2023
Oct 15, 2023
Oct 15, 2023
Oct 14, 2023
Oct 15, 2023
Oct 17, 2023
Mar 6, 2016
Aug 11, 2013
Oct 14, 2023

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