[Bug 15011] ooVoo: Interface isn't drawn correctly, is unusable.

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 13 20:18:55 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=15011





--- Comment #6 from Vincent Povirk <madewokherd at gmail.com>  2009-12-13 20:18:54 ---
I guess gdiplus needs support for multi-frame gif files. This is implemented in
windowscodecs.

According to MSDN (I'm choosing to believe MSDN for now, but I'll have to test
this), switching to a new frame discards the current image data rather than
saving it anywhere, meaning that we can read image data directly from the file.
I think that we could implement this by saving an open WIC decoder object and
attaching it to the Image object.

(I'm mostly commenting so I don't forget and have to look this up again.)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list