https://bugs.documentfoundation.org/show_bug.cgi?id=157636

--- Comment #7 from Patrick Luby <plub...@neooffice.org> ---
One possible commonality in the recent wave of semi-transparent image bugs is
that they are images in MS Office formats (both OOXML and pre-OOXML formats).

I don't have any familiarity with loading those file formats but my first guess
is that MS Office stores transparency instead of alpha in its image masks.

I will see if I can find the code where images are loaded from MS Office. I
would think that if I can find that point, I might be able to add an
AlphaMask::Invert().

We definitely need to commit 81994cb2b8b32453a92bcb011830fcb884f22ff3 to
properly render .png images in ODF files or loaded directly so I think the
AlphaMask::Invert() will need to be done immediately after loading.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to