php-imagine / Imagine

PHP Object Oriented image manipulation library
https://imagine.readthedocs.io
Other
4.42k stars 529 forks source link

New imagick save option: optimize #657

Closed mlocati closed 6 years ago

mlocati commented 6 years ago

Imagick can optimize animated GIF files, ~provided that the frames have the same size~.

Supersedes #252

EDIT: calling coalesceImages allows using optimizeimagelayers even if the frames have different sizes.