[Bug 25752] New: [patch] add support for indexed formats to GdipBitmapSetPixel

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 10 18:14:40 CST 2011


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

           Summary: [patch] add support for indexed formats to
                    GdipBitmapSetPixel
           Product: Wine
           Version: 1.3.11
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: gdiplus
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: singularita at gmail.com


Created an attachment (id=32806)
 --> (http://bugs.winehq.org/attachment.cgi?id=32806)
Add support for indexed formats (PixelFormat1bppIndexed,
PixelFormat4bppIndexed, PixelFormat8bppIndexed) to GdipBitmapSetPixel

I run one windows application (unfortunately the application is not publicly
available) and I run into some parts of the application being shown in black
and lots of "fixme:gdiplus:GdipBitmapSetPixel not implemented for format
0x30803" shown on console.

So I added support for indexed formats (PixelFormat1bppIndexed,
PixelFormat4bppIndexed, PixelFormat8bppIndexed) to GdipBitmapSetPixel.

Seems to fix the problem.

Attaching patch to latest 1.3.11

-- 
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