[Mono-bugs] [Bug 75026][Wis] New - System.Drawing.Image.Save(Stream) throws NotImplementedException

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 23 04:12:04 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 morpheus4you at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75026

--- shadow/75026	2005-05-23 04:12:04.000000000 -0400
+++ shadow/75026.tmp.16402	2005-05-23 04:12:04.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 75026
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Drawing.
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: morpheus4you at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Drawing.Image.Save(Stream) throws NotImplementedException
+
+Description of Problem:
+When calling the Save method of an System.Drawing.Image object it throws a
+NotImplementedException
+
+Steps to reproduce the problem:
+1. Create a piece of code that calls the Save method on a
+System.Drawing.Image-object:
+
+  Image image = new Image();
+  /* Do something with the image and then save it to a stream*/
+  image.Save(Response.OutputStream, ImageFormat.Jpeg);
+
+2. When executing it throws an System.NotImplementedException:
+Image.Save(Stream) (win32) error. I used it in an webpage, but i expect
+this fail in any sort of usage when this method is called.
+
+
+Actual Results:
+An System.NotImplementedException: Image.Save(Stream) is thrown.
+
+Expected Results:
+The Image should have been succesfully streamed using the OutputStream.
+
+How often does this happen? 
+Always
+
+Additional Information:
+I was trying to get a so-called CAPTCHA-image to be generated succesfully
+while i encountered this bug. You can find the code for this example on
+codeproject.com: http://www.codeproject.com/aspnet/CaptchaImage.asp


More information about the mono-bugs mailing list