Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 394 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 394 Bytes

docker-imageoptim

Docker image to losslessly optimise all image formats.

It uses Gulp and gulp-imagemin to compress JPEG, PNG, GIF and SVG image formats.

Usage

Run docker run -v /path/to/images:/images/src jahvi/imageoptim

Optimised images will be copied to an optimised folder in the images source directory.