[Mono-bugs] [Bug 75254][Nor] Changed - Palette Patch breaks Icons

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jun 13 16:12:16 EDT 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 peter at novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75254

--- shadow/75254	2005-06-13 16:01:07.000000000 -0400
+++ shadow/75254.tmp.25137	2005-06-13 16:12:16.000000000 -0400
@@ -36,6 +36,10 @@
 This is actually a bug in the code that is trying to use SetPixel on 
 an indexed image. It worked before because internally the image was 
 being upsampled to 32-bit ARGB at load time. The fix/workaround is to 
 modify the code that's calling SetPixel to convert the pixel format 
 to 32-bit ARGB manually, after which SetPixel will behave as it did 
 before.
+
+------- Additional Comments From peter at novonyx.com  2005-06-13 16:12 -------
+Fixed in svn, r45902. Now going through an intermediate step when 
+creating the bitmap, turning it into a 32bpp version.


More information about the mono-bugs mailing list