Gregwar / Image

A PHP library to handle images
MIT License
1k stars 191 forks source link

Resizing/zoomCrop not working with GIF #44

Closed abhimanyu003 closed 10 years ago

abhimanyu003 commented 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

Gregwar commented 10 years ago

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