1
0
mirror of https://github.com/Intervention/image.git synced 2025-02-24 06:03:10 +01:00

2 Commits

Author SHA1 Message Date
Oliver Vogel
90ed724cb5 Refactor storage of Imagick core, remove method
Imagick core image was disassembled in the decoding process.
This made the whole object not very memory efficient. This
fixes the issue by keeping the original Imagick object in
the Intervention Image object.

Also the Image::getFrames() method was removed. Users should
use iteration to access frames.
2022-06-20 19:09:51 +02:00
Gwendolen Lynch
8ba4b91f56
Webp encoders for GD & ImageMagick 2021-12-22 12:13:21 +01:00