1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 01:32:42 +01:00
phorge-phorge/src/applications/macro
epriestley a4a390fe2d Use "-dispose background" to improve reassembly of GIFs with transparency
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
2018-03-13 09:19:53 -07:00
..
application Update Macro comment form 2017-05-03 12:34:21 -07:00
capability Simplify the implementation of PhabricatorPolicyCapability subclasses 2014-07-25 08:25:42 +10:00
conduit PhabricatorMemeEngine HA HA HA HA 2018-03-08 11:06:52 -08:00
config Move FontIcon calls to Icon 2016-01-28 08:48:45 -08:00
controller PhabricatorMemeEngine HA HA HA HA 2018-03-08 11:06:52 -08:00
editor Use object PHIDs for "Thread-Topic" headers in mail 2018-02-08 06:21:00 -08:00
engine Use "-dispose background" to improve reassembly of GIFs with transparency 2018-03-13 09:19:53 -07:00
mail phtize all the things 2015-05-22 21:16:39 +10:00
markup Possibly fix memes in email 2018-03-08 11:09:21 -08:00
phid Provide an application link for the Macro PHID type 2015-10-24 09:41:13 -07:00
query Move FontIcon calls to Icon 2016-01-28 08:48:45 -08:00
storage Update Macro for EditEngine 2017-05-03 11:11:23 -07:00
typeahead Add some sort of sort to Emoji Autocomplete 2017-01-24 20:21:06 -08:00
xaction Allow a wider range of characters in macro names, including emoji 2018-02-09 14:34:30 -08:00