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

5 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
Oliver Vogel
58cb438a00 Fixed merge conflicts 2022-02-09 19:46:50 +01:00
Gwendolen Lynch
5dcd6e820f
Add @covers annotations to tests 2021-12-22 14:34:28 +01:00
Gwendolen Lynch
43108ce1ce
GD & ImageMagick tests require extension to run 2021-12-22 11:28:44 +01:00
Oliver Vogel
95e72b877b Version 3 prototype 2021-10-21 14:32:05 +02:00