imagemin / imagemin-gifsicle

Imagemin plugin for Gifsicle
MIT License
116 stars 55 forks source link

Add resize options #30

Closed Mirobit closed 5 years ago

Extarys commented 5 years ago

I support the inclusion of this option. Imagemagick animated gif resizing options are bad.

sindresorhus commented 5 years ago

No need for 3 options. Just add a resize option that is an object with a width and height property. If only one property is given, it should use the aspect ratio flag, otherwise the —resize flag.

sindresorhus commented 5 years ago

Closing for lack of response.