little package to do image resizing and optimization with gulp
git clone https://github.com/CodeLoversAt/image-resize.git
cd image-resize
npm install
Put the files you want to resize into to the original
folder. Then run gulp. All options show below the default value and are optional.
gulp --width=1200 \
--height=0 \
--crop=true \
--upscale=false \
--optimizationLevel=5 \
--progressive=true \
--interlaced=true