kohler / gifsicle

Create, manipulate, and optimize GIF images and animations
http://www.lcdf.org/gifsicle/
GNU General Public License v2.0
3.77k stars 239 forks source link

Metadata removal #152

Open sergeevabc opened 4 years ago

sergeevabc commented 4 years ago

Even Imagemagick with its -strip switch leaves a surplus within GIF files, whereas Gifsicle offers --no-comments, --no-names, --no-extensions, --no-app-extensions to strip a few bytes more. But I’m concerned about consequences of using all of them.

Could you be so kind to tell if my concerns are justified? What’s the safe path?