All Projects → kawamataryo → alfred-imagemin

kawamataryo / alfred-imagemin

Licence: MIT license
Alfred workflow - Minify images with Imagemin

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to alfred-imagemin

Imageprocessor
📷 A fluent wrapper around System.Drawing for the processing of image files.
Stars: ✭ 2,452 (+8355.17%)
Mutual labels:  png, jpeg, gif
Grunt Image
Optimize PNG, JPEG, GIF, SVG images with grunt task.
Stars: ✭ 201 (+593.1%)
Mutual labels:  png, jpeg, gif
Optimizt
CLI image optimization tool
Stars: ✭ 594 (+1948.28%)
Mutual labels:  png, jpeg, gif
Essential Image Optimization
Essential Image Optimization - an eBook
Stars: ✭ 1,950 (+6624.14%)
Mutual labels:  png, jpeg, gif
Format parser
file metadata parsing, done cheap
Stars: ✭ 46 (+58.62%)
Mutual labels:  png, jpeg, gif
Omxiv
OpenMax image viewer for the Raspberry Pi
Stars: ✭ 175 (+503.45%)
Mutual labels:  png, jpeg, gif
Gulp Image
Optimize PNG, JPEG, GIF, SVG images with gulp task.
Stars: ✭ 213 (+634.48%)
Mutual labels:  png, jpeg, gif
Imagemin
[Unmaintained] Minify images seamlessly
Stars: ✭ 4,948 (+16962.07%)
Mutual labels:  png, gif, imagemin
Scrimage
Java, Scala and Kotlin image processing library
Stars: ✭ 792 (+2631.03%)
Mutual labels:  png, jpeg, gif
Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (+2596.55%)
Mutual labels:  png, jpeg, gif
Image Optimizer
Easily optimize images using PHP
Stars: ✭ 2,127 (+7234.48%)
Mutual labels:  png, jpeg, gif
Bbwebimage
A high performance Swift library for downloading, caching and editing web images asynchronously.
Stars: ✭ 128 (+341.38%)
Mutual labels:  png, jpeg, gif
Sdwebimage
Asynchronous image downloader with cache support as a UIImageView category
Stars: ✭ 23,928 (+82410.34%)
Mutual labels:  png, jpeg, gif
Azpainter
Full color painting software for Unix-like systems for illustration drawing. This is un-official little fixed repository for package maintainers of image editor AzPainter (based on "mlib" toolkit). Official repository - http://azsky2.html.xdomain.jp/arc/download.html
Stars: ✭ 179 (+517.24%)
Mutual labels:  png, jpeg, gif
Imagesharp
📷 A modern, cross-platform, 2D Graphics library for .NET
Stars: ✭ 5,186 (+17782.76%)
Mutual labels:  png, jpeg, gif
Libvips
A fast image processing library with low memory needs.
Stars: ✭ 6,094 (+20913.79%)
Mutual labels:  png, jpeg, gif
Imaginary
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
Stars: ✭ 4,107 (+14062.07%)
Mutual labels:  png, jpeg, gif
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (+1424.14%)
Mutual labels:  png, jpeg, gif
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 (+2527.59%)
Mutual labels:  png, jpeg, gif
Lilliput
Resize images and animated GIFs in Go
Stars: ✭ 1,690 (+5727.59%)
Mutual labels:  png, jpeg, gif

alfred-imagemin

Minify images with Imagemin. 3 file formats supported. PNG, JPEG, GIF

minify-demo

Install

Requires the Alfred 3 or 4 Powerpack, Node.js 8+.

With NPM

Install with npm.

$ npm install --global alfred-imagemin

2020/12/07
Installation on npm will fail because of this issue.
Please install manually from here

Manually

download the workflow directly.

Usage

  1. Select images on finder.
  2. Open alfred and type imagemin and press the Enter key.
  3. Output minify images in optimized_images folder.

Configuration

You can set the compression rate and output dir with an environment variable.

name default value
JPEG_QUALITY 70 Option to imagemin-mozjpeg. Compression quality, in range 0 (worst) to 100 (perfect)
PNG_MAX_QUALITY 0.6 Option to imagemin-pngquant. Compression max quality, in range 0 to 1
PNG_MIN_QUALITY 0.5 Option to imagemin-pngquant. Compression min quality, in range 0 to 1
GIF_OPTIMIZATION_LEVEL 3 Option to imagemin-gifsicle. Select an optimization level between 1 and 3.
OUTPUT_DIR optimized_images Optimized image output directory name

Related

License

MIT ©

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].