Batch PNG, JPEG, GIF, SVG image optimization.
PNG without alpha channel is better to convert to JPEG.
Animated GIFs will cause an error.
git clone git@github.com:DenisShapkun/images-optimization.git
cd images-optimization
npm install
Put images in a folder app/images
To resize images (if you need) set sizes in the gulpfile.js and put images in a folder app/images/original and after run
gulp resize
After that, you will receive resized images in the folder app/images/resized
gulp
or
gulp default
After that, you will receive optimized images in the folder dist/images
gulp clear