Uh oh!
There was an error while loading. Please reload this page.
Supports animated gif with Imagick/Gmagick drivers - #2
Conversation
dracony
commented
Mar 2, 2015
Thanks a lot! |
aVadim483
commented
Mar 2, 2015
I think you need just to add .gif picture in the current test. And it must be your brand picture - the fairy, but animated :) |
aVadim483
commented
Mar 2, 2015
I didn't add new methods, I have refactored code in exiting methods. Of course, animated gifs works only with Imagick/Gmagick, under GD it works as static image with single frame. |
dracony
commented
Mar 2, 2015
In this case being able to handle animate gifs is the added functionality. I imagine the test would try and perform these operations on an animated gif, make sure the changes are applied and that the gif stays animated after its saved. Having these tests will make sure that in the future someone is not going to break your gif support by accident |
dracony
commented
Mar 2, 2015
Would it also work for the GMagick driver ? Since it's almost 100% same as Imagick one ? |
No description provided.