What's changed in this fork:
- UI improvements
- More features (keep metadata, progressive encode, etc.)
- Comparison mode
- Support more formats (see the table below)
| from JPG | from PNG | from WebP | from AVIF | from HEIC | from BMP | |
|---|---|---|---|---|---|---|
| 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
