[Mono-bugs] [Bug 80693][Wis] Changed - Add 48bpp (and more) support
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Feb 1 09:58:23 EST 2007
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80693
--- shadow/80693 2007-01-31 22:46:33.000000000 -0500
+++ shadow/80693.tmp.1892 2007-02-01 09:58:23.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80693
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Wishlist
Component: libgdiplus
AssignedTo: mono-bugs at ximian.com
ReportedBy: mugenjouchan at gmail.com
QAContact: mono-bugs at ximian.com
@@ -94,6 +94,26 @@
won't be implemented soon. However I will (before closing this bug as
WONTFIX) fix the codec to report an error (which will throw an
exception in System.Drawing.dll).
(*) For curiousity I opened the MS-generated file and it's not
identical to the original (it's much darker).
+
+------- Additional Comments From sebastien at ximian.com 2007-02-01 09:58 -------
+Mono, from SVN r72093, will now throw an exception and display a
+warning for PNG images with more than 32bpp. Closing as WONTFIX.
+
+% mono 80693.exe
+
+** (80693.exe:8083): WARNING **: PNG images with 48bpp aren't
+supported by libgdiplus.
+
+Unhandled Exception: System.NotSupportedException: Either image format
+is unknown or you don't have the required libraries for this format.
+ at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000]
+ at System.Drawing.Bitmap..ctor (System.String filename, Boolean
+useIcm) [0x00000]
+ at System.Drawing.Bitmap..ctor (System.String filename) [0x00000]
+ at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:.ctor
+(string)
+ at Program.Main () [0x00000]
+
More information about the mono-bugs
mailing list