mirror of
https://github.com/Intervention/image.git
synced 2025-02-23 13:52:20 +01:00
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.