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

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 /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

Quốc nội người dùng từ GitHub download khả năng tương đối chậm, có thể sử dụngQuốc nội gia tốc

Install on linux

App for linux is distributed inAppImageformat. 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, giản thể tiếng Trung, Nederlands, Español, Français, Italiano, Deutsch)

Build and Contribute

git clone https://github /meowtec/Imagine.git
npm install
npm run dev

A PR withall checks passedis welcome.

Before submit a PR, please runnpm run testand make sure it success on your machine.

Up to now, there are only5 locales.To add a new locale, you can either submit a PR, orcreate an issue,or just send me an email(found inmy 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