K4kArot2015 / sigplus

Automatically exported from code.google.com/p/sigplus
0 stars 0 forks source link

Gif anim not show #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi!
SigPlus sigplus-1.5.0.193

Reported problems viewing the attached file.

Best Regards!

Original issue reported on code.google.com by ten.mari...@gmail.com on 9 Oct 2013 at 9:28

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Re-sizing (e.g. generating thumbnails from) animated images in PHP is, in 
general, not a trivial task. It is relatively straightforward to accomplish 
with ImageMagick but unfortunately much more complicated with GD where several 
hundred lines of code are required to correctly handle animated images. With 
animated images certainly a minority in image processing, I have opted to 
support animated images in sigplus only with the image processing library 
ImageMagick but not with GD. With this limitation, the feature has been 
implemented in sigplus 1.5.0.194.

Original comment by huny...@gmail.com on 5 Nov 2013 at 12:03

GoogleCodeExporter commented 9 years ago
Limited support for re-sizing animated GIF images using the image processing 
library GD has also been added.

Original comment by huny...@gmail.com on 5 Nov 2013 at 9:17