Page MenuHomePhabricator

Optimize Animated GIF scaling
Closed, ResolvedPublic

Description

Animations are totally unoptimized atm. I think we should use the following imagemagick options when creating animated gifs. -coalesce -fuzz 10% -layers OptimizePlus +map '

That will result in much more efficient thumbnails that are not 5 times bigger than the original due to all the extra color tables on each frame.

This likely requires separating thumbnail behavior for animated and non-animated renderings of GIFs.... will require a bit of experimentation.


Version: 1.17.x
Severity: enhancement

Details

Reference
bz23398

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:06 PM
bzimport set Reference to bz23398.

*** This bug has been marked as a duplicate of bug 11822 ***