You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enginegif (type:plainObject): Engine for compressing gif and options for compression. Key to be gif;
engine (type:string): Engine for compressing gif. Possible values: gifsicle, giflossy, gif2webp;
command (type:boolean|array): Options for compression. Can be false or commands type array.
For gifsicle - To use this library you need to install it manually. It does not work properly on some OS. npm install gifsicle --save. Example options:
['--colors', '64', '--use-col=web'] or ['--optimize'] In details gifsicle;
For giflossy - (For Linux x64 and Mac OS X) ['--lossy=80'] In details giflossy;
For gif2webp - ['-f', '80', '-mixed', '-q', '30', '-m', '2'] in details gif2webp;
Example:
i use a 16M gif to compress , but the result gif is so blurry , How can I optimize it??
The text was updated successfully, but these errors were encountered: