What's changed in this fork:
- UI improvements
- More features (keep metadata, progressive encode, etc.)
- Added support for HEIC Decode
- Added support for WebP Encode/Decode
- Added support for AVIF Encode/Decode
Supported formats:
from JPG | from PNG | from WebP | from AVIF | from HEIC | |
---|---|---|---|---|---|
to JPG | ✅ | ✅ | ✅ | ✅ | ✅ |
to PNG | ✅ | ✅ | ✅ | ✅ | ✅ |
to WebP | ✅ | ✅ | ✅ | ✅ | ✅ |
to AVIF | ✅ | ✅ | ✅ | ✅ | ✅ |
Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI.
Save for web.
For Windows, macOS and Linux, download binaries from:
https://github.com/xianfei/Imagine-plus/releases
Imagine-Setup-x.y.z.exe
- WindowsImagine-x.y.z.dmg
- macOSImagine-0.4.1-x.y.z.AppImage
- Linux
App for linux is distributed in AppImage format. Install it with command line:
chmod a+x Imagine-x.y.z-x86_64.AppImage # make executable
./Imagine-x.y.z-x86_64.AppImage # install and run
- Multi format (JPEG, PNG, WebP)
- Format conversion
- Cross platform
- GUI
- Batch optimization
- i18n (English, 简体中文, Nederlands, Español, Français, Italiano, Deutsch)
git clone https://github.com/xianfei/Imagine-plus.git
npm install
npm run dev