[Mono-bugs] [Bug 79202][Nor] New - Image.FromFile problems for 15 and 16 bpp images
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 28 17:17:34 EDT 2006
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 alex.olk at googlemail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79202
--- shadow/79202 2006-08-28 17:17:34.000000000 -0400
+++ shadow/79202.tmp.15525 2006-08-28 17:17:34.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 79202
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: peter at novonyx.com
+ReportedBy: alex.olk at googlemail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Image.FromFile problems for 15 and 16 bpp images
+
+When I try to load some of the images in winforms/forms I get a
+System.ArgumentException for the 15bpp and 16bpp images (FormsTest.test
+15bpp.bmp and FormsTest.test 16bpp.bmp).
+
+Small test app:
+
+using System;
+using System.Drawing;
+
+namespace test {
+ public class bla {
+ public static void Main(string[] args)
+ {
+ Image image = Image.FromFile(args[0]);
+ }
+ }
+}
More information about the mono-bugs
mailing list