mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 01:32:42 +01:00
a4a390fe2d
Summary: Fixes T5741. We break GIFs apart with "-coalesce" which completely rasterizes each frame, but stitch them back together without specifying "-dispose". This produces the default "-dispose none" behavior, which causes GIF frames to "pile up" if they contain transparency. Instead, use "-dispose background" so that the previous frame is erased before each new frame is drawn. Test Plan: See T5741 for additional details. Maniphest Tasks: T5741 Differential Revision: https://secure.phabricator.com/D19214 |
||
---|---|---|
.. | ||
application | ||
capability | ||
conduit | ||
config | ||
controller | ||
editor | ||
engine | ||
markup | ||
phid | ||
query | ||
storage | ||
typeahead | ||
xaction |