Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ImageOptim/ImageOptim
GUI image optimizer for Mac
https://github.com/ImageOptim/ImageOptim
accelerator gui image-optimization imageoptim mac-app minification performace
Last synced: about 2 months ago
JSON representation
GUI image optimizer for Mac
- Host: GitHub
- URL: https://github.com/ImageOptim/ImageOptim
- Owner: ImageOptim
- License: gpl-2.0
- Created: 2013-02-03T02:48:47.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T16:56:33.000Z (about 1 year ago)
- Last Synced: 2024-10-14T10:21:44.165Z (about 2 months ago)
- Topics: accelerator, gui, image-optimization, imageoptim, mac-app, minification, performace
- Language: HTML
- Homepage: https://imageoptim.com/mac
- Size: 6.32 MB
- Stars: 9,157
- Watchers: 130
- Forks: 429
- Open Issues: 187
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- open-source-mac-os-apps - ImageOptim - GUI image optimizer for Mac. ![objective_c_icon] (Applications / Other)
- awesome-github-star - ImageOptim
- open-source-mac-os-apps - ImageOptim - GUI image optimizer for Mac. ![objective_c_icon] (Applications / Other)
README
# ImageOptim
[ImageOptim](https://imageoptim.com) is a GUI for lossless image optimization tools: Zopfli, PNGOUT, [OxiPNG](https://lib.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
```