[Mono-bugs] [Bug 56967][Nor] New - libgdiplus -> jpeg argb_conversion

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Apr 2004 19:44:18 -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 ximian@divinehawk.com.

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

--- shadow/56967	2004-04-13 19:44:18.000000000 -0400
+++ shadow/56967.tmp.5010	2004-04-13 19:44:18.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 56967
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ximian@divinehawk.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: libgdiplus -> jpeg argb_conversion
+
+need_argb_conversion is set incorrectly for a jpeg file I'm trying to save.
+
+Example:
+Image i = Image.FromFile("test.jpg");
+i.Save("test2.jpg", ImageFormat.Jpeg);
+
+test2.jpg will look distorted due to scanlines
+
+Patch is attached to fix.