[Mono-bugs] [Bug 74930][Min] New - Save() to Stream in System.Drawing.Image not supported on Win32
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 13 May 2005 03:02:02 -0400 (EDT)
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 projects@saring.de.
http://bugzilla.ximian.com/show_bug.cgi?id=74930
--- shadow/74930 2005-05-13 03:02:02.000000000 -0400
+++ shadow/74930.tmp.12921 2005-05-13 03:02:02.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 74930
+Product: Mono: Class Libraries
+Version: 1.0
+OS: Windows XP
+OS Details: Win2k, WinXP Pro SP2
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: projects@saring.de
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Save() to Stream in System.Drawing.Image not supported on Win32
+
+Hi,
+
+in my projects I need the method Save(Stream, ImageFormat) from the class
+System.Drawing.Image. It works great on Linux, but crashes on Win32 with an
+System.NotImplementedException. The method Save(String, ImageFormat) which
+stores to a file works great on Windows, so I have to use temporary files
+as a workaround.
+
+The implementation of the class libraries should be the same for Linux and
+Win32, so maybe this is not just "not implemented yet", maybe there's
+another bug ...
+
+Bye,
+Stefan