[Mono-bugs] [Bug 50081][Nor] Changed - JPEGCodec output only supports RGB buffers.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Sep 2004 11:56:26 -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 rkumar@novell.com.

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

--- shadow/50081	2004-09-20 13:24:27.000000000 -0400
+++ shadow/50081.tmp.15281	2004-09-22 11:56:26.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 50081
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Drawing.
 AssignedTo: rkumar@novell.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -75,6 +75,10 @@
                         p[3] = 255;
                         p += 4;
                 }
         }
 }
 
+
+------- Additional Comments From rkumar@novell.com  2004-09-22 11:56 -------
+This is fixed in cvs. HEAD as well as mono-1-0 branch. Now, we also 
+support YCCK color space.