1000ch / grunt-image

Optimize PNG, JPEG, GIF, SVG images with grunt task.
http://bit.ly/we-should-optimize-images
MIT License
203 stars 21 forks source link

Exiftool support #16

Open perk11 opened 9 years ago

perk11 commented 9 years ago

I'd really like to see exiftool support in this module. Now I'm running it separately with -all= parameter and it is able to strip EXIF from some files even after all the recompressions.

Thank you for consideration.

1000ch commented 8 years ago

Meta data is already being reduced by other tools that grunt-image includes. Should it be supported in addition?

perk11 commented 8 years ago

Last time I tried, I was able to stripped more metadata with exiftool even after using all other tools.

1000ch commented 8 years ago

That's nice. But exiftool is not standalone, so grunt-image require you to install exiftool with Homebrew or any instruction of other platform if supported...