# ImageOptim **Repository Path**: stlstl/ImageOptim ## Basic Information - **Project Name**: ImageOptim - **Description**: GUI image optimizer for Mac - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-17 - **Last Updated**: 2021-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ImageOptim [ImageOptim](https://imageoptim.com) is a GUI for lossless image optimization tools: Zopfli, PNGOUT, [OxiPNG](https://crates.rs/crates/oxipng), AdvPNG, PNGCrush, [JPEGOptim](https://github.com/tjko/jpegoptim), Jpegtran, [Guetzli](https://github.com/google/guetzli), [Gifsicle](https://kornel.ski/lossygif), [SVGO](https://github.com/svg/svgo), [svgcleaner](https://github.com/RazrFalcon/svgcleaner) and [MozJPEG](https://github.com/mozilla/mozjpeg). ## Building Requires: * Xcode * [Rust](https://rust-lang.org/) installed via [rustup](https://www.rustup.rs/) (not Homebrew). ```sh 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: ```sh git submodule update --init ``` ```sh cd gifsicle # or pngquant make clean make ```