[Mono-bugs] [Bug 61156][Nor] New - Certain images are corrupted by mono

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Jul 2004 00:57:15 -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 david.mitchell@telogis.com.

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

--- shadow/61156	2004-07-05 00:57:15.000000000 -0400
+++ shadow/61156.tmp.24052	2004-07-05 00:57:15.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 61156
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Gentoo Linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: david.mitchell@telogis.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Certain images are corrupted by mono
+
+Description of Problem:
+Upon loading and saving of certain images (specifically PNGs) mono corrupts
+the image data, so the output image is no longer a valid png
+
+Steps to reproduce the problem:
+1. Compile the attached program (mcs -r:System.Drawing image.cs)
+2. Run
+3. Try to open output.png
+
+Actual Results:
+Viewer fails to open output
+
+Expected Results:
+An exact copy of input.png
+
+How often does this happen? 
+Always with this image, but some images are fine
+
+Additional Information: