imagemin-gifsicle
imagemin-gifsicle copied to clipboard
Missing options for gifsicle
Why aren't there any options available other than interlaced?
I'd love to see options, especially --optimize[=level]
.
PR welcome ;)
Can anyone list the missing options or link to the docs?
--optimize[level]
was added https://github.com/imagemin/imagemin-gifsicle#optimizationlevel. Are there any more options from https://www.lcdf.org/gifsicle/man.html that we need?
@kevva ability to control loopcount would be great
Hi there,
There is a good fork here with multiple gifsicle options already implemented (and documented).
https://github.com/jihchi/imagemin-giflossy
You should ask him to do a pull request or merge the work he did! I'm gonna use it for now.