Closed (fixed)
Project:
ImageCache
Version:
6.x-2.0-beta9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2009 at 19:27 UTC
Updated:
23 Mar 2011 at 01:05 UTC
Is there a way to resize and maintaining the animation in a GIF file? Is this an issue of the underlaying graphic library or is it the PHP coding that removes the animation (only one frame)?
Comments
Comment #1
SnapMaster commentedMe too need this.
Comment #2
raintonr commentedI actually found this issue because was looking for something to remove animation. Current imagecache.module used in conjunction with ImageMagick preserves animation in GIF files during scaling.
The posted of this issue likes that. I'd like to see a configurable option to remove animation (from profile pictures for example).
Comment #3
Bobuido commentedSubscribing
Would be nice to have an option to preserve or destroy animation on process
Would there likely be any issues swapping between the two graphic libraries?
Be nice to be able to support animated GIFs
Comment #4
Hobbes-2 commentedSubscribing
Comment #5
mitylite commentedI also need to freeze the animation in resizing, using only the first frame of the gif for thumbnails.
Comment #6
design.er commentedThis issues is open for about 9 months without any result. Is there really no way to accomplish this?
Comment #7
mitylite commentedThe best solution to stop animation would be adding an a new action that converts the gif into a static format, like jpg. Since image magick already preserves animation of gifs by default, that would be the only solution necessary for this problem.
Can we get a convert to .jpg action please?
Comment #8
ron williams commentedConverting to jpeg is already supported in https://drupal.org/project/imagecache_actions.
Since using ImageMagick supports animation, and imagecache_actions supports converting to a motion-free format, I am marking the issue as closed.