Skip to content

🖼️ PNG/JPEG/WebP/AVIF converter & optimization app for macOS, Windows and Linux.

License

Notifications You must be signed in to change notification settings

xianfei/Imagine-plus

 
 

Repository files navigation

Imagine Plus

Screenshot

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

build

Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI.

Save for web.

Install

For Windows, macOS and Linux, download binaries from:

https://github.com/xianfei/Imagine-plus/releases

  • Imagine-Setup-x.y.z.exe - Windows
  • Imagine-x.y.z.dmg - macOS
  • Imagine-0.4.1-x.y.z.AppImage - Linux

Install on 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

Screenshot

Screenshot

Features

  • Multi format (JPEG, PNG, WebP)
  • Format conversion
  • Cross platform
  • GUI
  • Batch optimization
  • i18n (English, 简体中文, Nederlands, Español, Français, Italiano, Deutsch)

Build and Contribute

git clone https://github.com/xianfei/Imagine-plus.git
npm install
npm run dev

Built on

  • sharp: High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
  • Electron: Build cross platform desktop apps with JavaScript, HTML, and CSS

About

🖼️ PNG/JPEG/WebP/AVIF converter & optimization app for macOS, Windows and Linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.2%
  • Less 12.1%
  • Other 0.7%