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

Add copy / rename option #24

Open iabw opened 9 years ago

iabw commented 9 years ago

For me, grunt-contrib-copy corrupts images. In finding a workaround, I modified this task to have a 'copy' option that saves the image without resizing, as well as allowing renaming. In total, it involved adding 2 lines and changing 2 others.

Do you think these changes belong in this task, or should there be a separate image-copy task until copy and concat work out their image problems?