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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
