[Mono-bugs] [Bug 50078][Nor] New - JPEGCodec only supports 24 bpp output.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Apr 2004 17:45: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 vladimir@pobox.com.

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

--- shadow/50078	2004-04-12 17:45:02.000000000 -0400
+++ shadow/50078.tmp.20784	2004-04-12 17:45:02.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 50078
+Product: Mono: Class Libraries
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: JPEGCodec only supports 24 bpp output.
+
+The JPEGCodec is lacking support for other formats other than the 24bpp, in
+general, it is lacking various code paths on decoding.
+
+------- Additional Comments From miguel@ximian.com  2003-10-23 22:46 -------
+Also, the current decoder only handles the JCS_RGB case, it does not
+cope with JCS_GRAYSCALE or JCS_CMYK like GdkPixbuf does.
+
+------- Additional Comments From vladimir@pobox.com  2004-04-12 17:45 -------
+This should be fixed; new jpeg decoder should handle all input
+colorspaces.  Please reopen if there are any breakages in this.