[Mono-bugs] [Bug 76232][Nor] Changed - ImageList converts format of
images added
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 28 06:51:14 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=76232
--- shadow/76232 2005-09-26 05:21:48.000000000 -0400
+++ shadow/76232.tmp.24501 2005-09-28 06:51:14.000000000 -0400
@@ -1,15 +1,15 @@
Bug#: 76232
Product: Mono: Class Libraries
-Version: 1.0
-OS: unknown
+Version: unspecified
+OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
-Priority: Wishlist
+Priority: Normal
Component: Windows.Forms
AssignedTo: jackson at ximian.com
ReportedBy: jackson at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -33,6 +33,19 @@
They are 8-bpp on Windows as well, but ImageList has 1-bit alpha
channel (in other words transparency) support for all ColorDepths,
so it returns images as 32-bit ARGB to provide transparent images.
Note that I am working on revised ImageList that will not have this
difference.
+
+------- Additional Comments From kornelpal at hotmail.com 2005-09-28 06:51 -------
+Images are added in Format32bppArgb to the list since r50738 that
+results in Images returned in Format32bppArgb fixes this bug but
+makes ColorDepth propery useless.
+
+In r50935 I committed a lot of modifications to ImageList that uses
+Format32bppArgb as well but reduces color depth of Images similar to
+MS.NET.
+
+Note that MS.NET stores images in a commctl32.dll ImageList that
+uses the specified colordepth but MS.NET returns them as
+Format32bppArgb Bitmaps.
More information about the mono-bugs
mailing list