Bug #1633
closedimagemagick animated thumbnails incorrect because of missing -coalesce option
Description
Am not able to duplicate locally or live as am not able to get IM to even detect. As per user provided information via file attached in user thread an issue is present on our conversion usage of IM.
As suggested by chrissy6930 here:
http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/id,129175/catid,112/limit,6/limitstart,6/
the command line in JG is looking like this:
convert_path src_file -coalesce -resize XxY -quality 100 -unsharp 3.5x1.2+1.0+0.10 dest_file
that in CB is:
convert_path -geometry XxY src_file dest_file
coalescing is surely necessary
- without after image processing the resulting frames might be of different sizes (the difference can be as small as a mere 1px)
- without the animation is either completely skipped (IE7) or would play majorly weird with the previous frame bleeding through (FF3, Opera10, Safari4, Chrome4)
[quote]The "coalesce" operation basically converts an image into exactly what the animation should look like after the previous frame has been correctly disposed, and the next sub-frame overlaid[/quote]
Updated by beat over 14 years ago
- Subject changed from imagemagick incorrect or out of date usage to imagemagick animated thumbnails incorrect because of missing -coalesce option
- Assignee set to beat
- Target version set to CB 1.2.3
- Estimated time set to 0:30 h
Updated by beat over 14 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed in r1074 . Tested that still images still convert fine.