Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 668 Bytes

OPTIMISE_FOR_WEB.md

File metadata and controls

20 lines (13 loc) · 668 Bytes

Optimise web images for performance

As webpages get too heavy the script included here tries to optimise JPG images using the convert binary.

This is inspired by https://developers.google.com/speed/docs/insights/OptimizeImages and depends on arg-parser.sh included in this repo.

Run command

bin/web-image-optimiser.sh

It will find all jpg files and convert/optimise them to a compression and format that looks lossless to the common human eye.

Notes

Go Back