[Mono-bugs] [Bug 50078][Nor] Changed - JPEGCodec only supports 24 bpp output.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 23 Oct 2003 22:46:20 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50078
--- shadow/50078 2003-10-23 21:48:00.000000000 -0400
+++ shadow/50078.tmp.27314 2003-10-23 22:46:20.000000000 -0400
@@ -1,20 +1,24 @@
Bug#: 50078
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System.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.