1
0
mirror of https://github.com/Intervention/image.git synced 2025-02-24 14:12:40 +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
4952544a52
ImageMagick PNG encoder test 2021-12-22 12:13:48 +01:00