All Projects → meowtec → Imagine

meowtec / Imagine

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

Programming Languages

typescript
32286 projects
Less
1899 projects

Projects that are alternatives of or similar to Imagine

image-optimisation-tools-comparison
A Benchmarking Suite for popular Image Optimisation Tools
Stars: ✭ 28 (-98.49%)
Mutual labels:  tinypng, pngquant, jpegmini
image-optimizer
A free and open source tool for optimizing images and vector graphics.
Stars: ✭ 740 (-60.19%)
Mutual labels:  webp, image-compression, pngquant
Optimizt
CLI image optimization tool
Stars: ✭ 594 (-68.05%)
Mutual labels:  webp, jpeg, image-compression
Compress Images
Minify size your images. Image compression with extension: jpg/jpeg, svg, png, gif. NodeJs
Stars: ✭ 331 (-82.19%)
Mutual labels:  jpeg, image-compression, pngquant
Caesium Image Compressor
Caesium is a cross-platform image compression software aimed at helping photographers, bloggers, webmasters, businesses or casual users at storing, sending and sharing digital pictures. Based on libcaesium.
Stars: ✭ 595 (-67.99%)
Mutual labels:  image-compression, cross-platform
Libvips
A fast image processing library with low memory needs.
Stars: ✭ 6,094 (+227.81%)
Mutual labels:  webp, jpeg
Flyimg
Dockerized PHP7 application runs as a Microservice to resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick. Includes face detection, cropping, face blurring, image rotation and many other options. Abstract storage based on FlySystem in order to store images on any provider (local, AWS S3...).
Stars: ✭ 762 (-59.01%)
Mutual labels:  webp, jpeg
Revery
⚡ Native, high-performance, cross-platform desktop apps - built with Reason!
Stars: ✭ 7,812 (+320.23%)
Mutual labels:  cross-platform, desktop
Metadata Extractor Dotnet
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Stars: ✭ 518 (-72.14%)
Mutual labels:  webp, jpeg
Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (-57.93%)
Mutual labels:  webp, jpeg
Tiny Site
图片优化
Stars: ✭ 65 (-96.5%)
Mutual labels:  webp, jpeg
Nodegui Starter
A starter repo for NodeGui projects
Stars: ✭ 93 (-95%)
Mutual labels:  cross-platform, desktop
Exif Py
Easy to use Python module to extract Exif metadata from digital image files.
Stars: ✭ 561 (-69.82%)
Mutual labels:  webp, jpeg
Nuxt Optimized Images
🌅🚀 Automatically optimizes images used in Nuxt.js projects (JPEG, PNG, SVG, WebP and GIF).
Stars: ✭ 717 (-61.43%)
Mutual labels:  webp, jpeg
Sdwebimage
Asynchronous image downloader with cache support as a UIImageView category
Stars: ✭ 23,928 (+1187.14%)
Mutual labels:  webp, jpeg
Nodegui
A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org
Stars: ✭ 7,324 (+293.98%)
Mutual labels:  cross-platform, desktop
Waveboxapp
Wavebox Classic has been updated to Wavebox 10. Learn more Wavebox.io
Stars: ✭ 1,198 (-35.56%)
Mutual labels:  cross-platform, desktop
Enime
Desktop application for anime fans :D
Stars: ✭ 104 (-94.41%)
Mutual labels:  cross-platform, desktop
Xut.js
批量生成应用平台 http://t.cn/RazBbL0
Stars: ✭ 105 (-94.35%)
Mutual labels:  cross-platform, desktop
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (-76.22%)
Mutual labels:  webp, jpeg

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 (from legacy version)

GIF(7.4M)

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].