All Projects → JamieMason → image-optimisation-tools-comparison

JamieMason / image-optimisation-tools-comparison

Licence: MIT license
A Benchmarking Suite for popular Image Optimisation Tools

Programming Languages

typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to image-optimisation-tools-comparison

Imageoptim Cli
Make optimisation of images part of your automated build process
Stars: ✭ 3,215 (+11382.14%)
Mutual labels:  webperf, imageoptim, pngquant, image-optimisation, jpegmini, imagealpha
Imagine
🖼️ PNG/JPEG optimization app for macOS, Windows and Linux.
Stars: ✭ 1,859 (+6539.29%)
Mutual labels:  tinypng, pngquant, jpegmini
tinyimg-webpack-plugin
A webpack plugin for compressing image
Stars: ✭ 61 (+117.86%)
Mutual labels:  tinypng, imagemin
srcset.sh
A command line script that generates multiple responsive versions of an image at width breakpoints -- 320,480,640,768,960,1024,1280,1440 pixels wide -- that match common Mobile and widescreen desktop/laptop viewports using Imagemagick's convert utility and outputs the needed <img/> tag
Stars: ✭ 20 (-28.57%)
Mutual labels:  imagemagick, photoshop
AppThinning
Make app thinner. Help you find large files and compress png, gif, jpg, svg files. 应用程序瘦身工具,帮助你找到大文件,压缩png、gif、jpg、svg等文件。
Stars: ✭ 22 (-21.43%)
Mutual labels:  tinypng, imageoptim
tinypng-free
Use the upload api of tinypng's homeage to compress images
Stars: ✭ 29 (+3.57%)
Mutual labels:  tinypng, imagemin
z img
图片操作工具,支持PNG,jpg,GIF【间接更新】
Stars: ✭ 23 (-17.86%)
Mutual labels:  tinypng, imagemin
Pngquant Photoshop
Photoshop plug-in for saving PNG images with pngquant compression
Stars: ✭ 197 (+603.57%)
Mutual labels:  photoshop, pngquant
minify images
Optimiert Bilder mittels Media-Manager-Effekt über verschiedene Dienste (TinyPNG, ImageMagick, u.a.)
Stars: ✭ 29 (+3.57%)
Mutual labels:  tinypng, pngquant
photoshop-scripts
Photoshop Scripts for the TinyPNG & TinyJPG Photoshop plugin
Stars: ✭ 43 (+53.57%)
Mutual labels:  photoshop, tinypng
CoinTaxman
Calculate your taxes from cryptocurrency gains
Stars: ✭ 110 (+292.86%)
Mutual labels:  kraken
gkraken
WARNING: This is a mirror of the GitLab repository. Please go there to open new issues or Pull Requests.
Stars: ✭ 44 (+57.14%)
Mutual labels:  kraken
lighthouse-mocha-example
Sample using lighthouse and lighthouse-core with Mocha to run tests on your project/site.
Stars: ✭ 60 (+114.29%)
Mutual labels:  webperf
codeigniter-image-magician
🎨 An ImageMagick library for CodeIgniter.
Stars: ✭ 13 (-53.57%)
Mutual labels:  imagemagick
gulp-tinypng-compress
TinyPNG API wrapper for compressing PNG & JPG images
Stars: ✭ 49 (+75%)
Mutual labels:  tinypng
lambda-resize-image
An AWS Lambda Function to resize images automatically with API Gateway and S3 for imagemagick tasks. When an image is called on AWS Api Gateway, this package will resize it and send it to the S3.
Stars: ✭ 56 (+100%)
Mutual labels:  imagemagick
faceapp.js
JavaScript API wrapper for the FaceApp tool for Android and iOS
Stars: ✭ 59 (+110.71%)
Mutual labels:  photoshop
photoshop-react-redux-ramda
🎨😱💀⚛️
Stars: ✭ 24 (-14.29%)
Mutual labels:  photoshop
magick-rust
Rust bindings for ImageMagick
Stars: ✭ 135 (+382.14%)
Mutual labels:  imagemagick
performance-budget-plugin
Perfromance budget plugin for Webpack (https://webpack.js.org/)
Stars: ✭ 65 (+132.14%)
Mutual labels:  webperf

image-optimisation-tools-comparison

A benchmarking suite for popular image optimisation tools.

NPM version NPM downloads Build Status Maintainability

Table of Contents

🌩 Installation

npm install image-optimisation-tools-comparison

🕹 Usage

There are no runtime dependencies, getResults() parses and returns results.json.

import { getResults } from "image-optimisation-tools-comparison";

const array = getResults();

⚙️ Contributing

The pyssim Python module is used to compute the Structural Similarity Image Metric (SSIM). It can be installed on Mac using brew install python then pip install pyssim.

The original, unoptimised images are located in /images/photoshop. Each time a tool is tested, its directory (eg. /images/codekit) is replaced with the original images from /images/photoshop, the tool is then run over the images to update the benchmark.

/images/worst is a copy of the original images at /images/photoshop which is then compressed to the worst possible image quality. This value lets us calculate the quality loss percentage for each image.

Each time the /images directory changes, /src/data/results.json needs to be updated using yarn update-results.

These images used are exported from a .psd kindly given to us by Daan Jobsis from his tests carried out for the article [Retina Revolution: Follow Up](http://blog.netvlies.nl/design-interactie /retina-revolutie-follow-up/), containing photographs of varying levels of detail, simple patterns, and logos.

The images are exported using "Save for Web" as;

  • GIF (+Interlaced).
  • JPEG (+Optimised, Progressive).
  • PNG 8 (+Interlaced).
  • PNG 24 (+Interlaced).

🚶🏽‍♀️ Manual Steps

🙋🏾‍♀️ Getting Help

Get help with issues by creating a Bug Report or discuss ideas by opening a Feature Request.

👀 Other Projects

If you find my Open Source projects useful, please share them ❤️

🤓 Author

I'm Jamie Mason from Leeds in England, I began Web Design and Development in 1999 and have been Contracting and offering Consultancy as Fold Left Ltd since 2012. Who I've worked with includes Sky Sports, Sky Bet, Sky Poker, The Premier League, William Hill, Shell, Betfair, and Football Clubs including Leeds United, Spurs, West Ham, Arsenal, and more.

Follow JamieMason on GitHub      Follow fold_left on Twitter

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