Closed abhimanyu003 closed 10 years ago
Resizing/zoomCrop is not working with GIF image Image::open('in.gif')->resize(100, 100)->guess() the format output is still GIF but image looses it's animation property
Image::open('in.gif')->resize(100, 100)->guess()
GIF
This was already discussed here: https://github.com/Gregwar/ImageBundle/issues/25 Unfortunately there is currently no way to fix this since this library is using GD
Resizing/zoomCrop is not working with GIF image
Image::open('in.gif')->resize(100, 100)->guess()
the format output is stillGIF
but image looses it's animation property