Skip to content

CodeLoversAt/image-resize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-resize

little package to do image resizing and optimization with gulp

Installation

git clone https://github.com/CodeLoversAt/image-resize.git
cd image-resize
npm install

Usage

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

About

little package to do image resizing and optimization with gulp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published