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=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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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]); + } + } +} _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
