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

Overwrite existing file #131

Closed LoganArnett closed 6 years ago

LoganArnett commented 6 years ago

Is there an option that I can use to overwrite a file if it already exists? I was unable to find this option in the man pages but I may just be looking for something that has a different name than I am expecting

kohler commented 6 years ago

-o or --batch

LoganArnett commented 6 years ago

excellent thank you