[Mono-bugs] [Bug 76176][Nor] Changed - ImageList.AddInternal fails
when transforming PixelFormat
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 28 06:46:37 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 kornelpal at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76176
--- shadow/76176 2005-09-24 16:30:26.000000000 -0400
+++ shadow/76176.tmp.24448 2005-09-28 06:46:37.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 76176
Product: Mono: Class Libraries
-Version: 1.0
-OS: Windows XP (Cygwin)
+Version: unspecified
+OS: Windows XP
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: jordi at ximian.com
QAContact: mono-bugs at ximian.com
@@ -78,6 +78,14 @@
------- Additional Comments From kornelpal at hotmail.com 2005-09-24 16:30 -------
I am working on improving ImageList and make it a bit more MS.NET
compatible and I want to know the following:
Is this an MS GDI+ specific problem? Do libgdiplus support
Graphics.FromImage on non-32-bit Images?
+
+------- Additional Comments From kornelpal at hotmail.com 2005-09-28 06:46 -------
+Images are added in Format32bppArgb to the list since r50738 that
+fixes this exception but makes ColorDepth propery useless.
+
+In r50935 I committed a lot of modification to ImageList that uses
+Format32bppArgb as well but reduces color depth of Images similar to
+MS.NET.
More information about the mono-bugs
mailing list