[Mono-bugs] [Bug 76562][Blo] Changed - [PATCH] 32-bit BMPs should
be loaded as Format32bppRgb
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 31 14:10:16 EST 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by kornelpal at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76562
--- shadow/76562 2005-10-28 08:05:45.000000000 -0400
+++ shadow/76562.tmp.24111 2005-10-31 14:10:16.000000000 -0500
@@ -11,13 +11,13 @@
AssignedTo: jordi at ximian.com
ReportedBy: kornelpal at hotmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: 32-bit BMPs should be loaded as Format32bppRgb
+Summary: [PATCH] 32-bit BMPs should be loaded as Format32bppRgb
Currently libgdiplus loads 32-bit bitmaps as Format32bppArgb.
MS GDI+ loads them as Format32bppRgb. Neither GetPixel nor Graphics uses
alpha channel for Format32bppRgb but alpha channel is preserved in memory
and can be accessed using LockBits even when locking with Format32bppRgb.
More information about the mono-bugs
mailing list