Skip to content

🖼️ PNG/JPEG optimization app for macOS, Windows and Linux.

License

Notifications You must be signed in to change notification settings

meowtec/Imagine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 5, 2023
9b9000d · Aug 5, 2023
Aug 21, 2022
Feb 19, 2022
Dec 5, 2022
Jul 1, 2017
Aug 5, 2023
Jul 12, 2023
Apr 30, 2021
Aug 3, 2022
Feb 26, 2021
Jun 15, 2017
Jul 12, 2023
Jun 30, 2017
Aug 3, 2022
Sep 29, 2017
Nov 5, 2019
Aug 5, 2023
Aug 5, 2023
Aug 3, 2022
Aug 3, 2022

Repository files navigation

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/meowtec/Imagine/releases

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

国内用户从 GitHub 下载可能比较慢,可以使用国内加速

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/meowtec/Imagine.git
npm install
npm run dev

A PR with all checks passed is welcome.

Before submit a PR, please run npm run test and make sure it success on your machine.

Up to now, there are only 5 locales. To add a new locale, you can either submit a PR, or create an issue, or just send me an email(found in my profile).

Built on

  • pngquant: Lossy PNG compressor
  • mozjpeg: Improved JPEG encoder
  • WebP: A new image format for the Web
  • Electron: Build cross platform desktop apps with JavaScript, HTML, and CSS