GithubHelp home page GithubHelp logo

Comments (1)

Yuriy-Svetlov avatar Yuriy-Svetlov commented on June 10, 2024

Hi,
You need to refer to the documentation.

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:

  1. {gif: {engine: 'gifsicle', command: ['--colors', '64', '--use-col=web', '--scale', ' 0.8']}};
  2. {gif: {engine: 'giflossy', command: false}};
  3. {gif: {engine: 'gif2webp', command: ['-f', '80', '-mixed', '-q', '30', '-m', '2']}};

from compress-images.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.