excellenteasy / grunt-image-resize

Unmaintained. If you'd like to take this over please let us know. Resizing images made easy - thanks to imagemagick.
MIT License
57 stars 46 forks source link

feature: add option `relative` #20

Closed scheckmedia closed 7 years ago

scheckmedia commented 9 years ago

the relativeoption allows it to generate a thumbnail folder in a source folder e.g. src1 = images/testfolder/ src2 = images/holidays/ dst = thumbs

with the 'relative' option a thumbs folder and the resized images will be created in each source folder. in that case: src1 = images/testfolder/thumbs src2 = images/holidays/thumbs