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 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
- Added batch image resizing function (v0.9 and above)
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 rungit clone https://github.com/xianfei/Imagine-plus.git
npm install
npm run dev