mirror of
https://github.com/Intervention/image.git
synced 2025-08-16 02:44:01 +02:00
DeconstructImages for Imagick gif encoding
This commit is contained in:
@@ -24,6 +24,7 @@ class GifEncoder extends AbstractEncoder implements EncoderInterface
|
||||
$gif->setImageFormat($format);
|
||||
$gif->setCompression($compression);
|
||||
$gif->setImageCompression($compression);
|
||||
$gif = $gif->deconstructImages();
|
||||
|
||||
return $gif->getImagesBlob();
|
||||
}
|
||||
|
Reference in New Issue
Block a user