https://bugs.documentfoundation.org/show_bug.cgi?id=160646
--- Comment #5 from Telesto <[email protected]> --- Everything fine, until GIF disappeared from canvas with author Noel Grandin <[email protected]> 2021-04-16 20:33:10 +0200 committer Noel Grandin <[email protected]> 2023-07-25 08:38:12 +0200 commit 81994cb2b8b32453a92bcb011830fcb884f22ff3 (patch) tree ae1750e92421ad2e0ec3f50351c3be6581841598 parent dabedcaf27b0af1e38a611b8d8e48444f848e01d (diff) Convert internal vcl bitmap formats transparency->alpha (II) (Second attempt at landing this) Image formats and graphics APIs use alpha, not transparency, so change our internal formats and data structures to work directly with alpha, so we don't need to modify data before we push it to graphics APIs. Add a couple of new Color constants to make the intention of the vcl code clearer. Notes (*) On macOS, tweaking the logic in CreateWithSalBitmapAndMask to more accurately reflect the requirements of the CGImageCreateWithMask function seems to fix some tests. (*) The vcl code does not properly support gradients with transparency. So the previous code was wrong, and this change is going to result in slightly different wrongness. ---------------------------------------------------- A single frame of the gif became visible with author Patrick Luby <[email protected]> 2023-11-03 10:37:00 -0400 committer Patrick Luby <[email protected]> 2023-11-03 18:32:26 +0100 commit 2a5dac6d75b346a77652dec05cafa6562177d40f (patch) tree 0d6f525df92a046d42664d5e951c4d483c82b5b1 parent af9b546cf5eef3df417e225c8ad87283ab51e1bb (diff) tdf#158047 allow the tdf#157635 fix for palettes with 64 entries --- With Master: Insert -> Image actually inserts only a frame of the gif . So even older version won't show a animating gif -- You are receiving this mail because: You are the assignee for the bug.
