[Mono-bugs] [Bug 81674][Wis] Changed - Support for 2bpp PNG
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 23 13:15:28 EDT 2007
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81674
--- shadow/81674 2007-05-22 11:33:53.000000000 -0400
+++ shadow/81674.tmp.10425 2007-05-23 13:15:28.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 81674
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: libgdiplus
AssignedTo: mono-bugs at ximian.com
ReportedBy: mugenjouchan at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: pngcodec.c upsampling patch
+Summary: Support for 2bpp PNG
Description of Problem:
In 1.2.3 and continuing on in the new 1.2.4 of libgdiplus there is a nice
code for upsampling 2bpp .png files to 4bpp Bitmaps. Unfortunately there is
one line missing to make it useful.
@@ -67,6 +67,10 @@
------- Additional Comments From sebastien at ximian.com 2007-05-22 11:33 -------
> Expected Results:
> a working Bitmap-object with the 4bpp Format
Loading the attached image (2bpp) with MS SD/GDI+ returns a 32bpp ARGB
bitmap. Doing the same requires a much bigger patch...
+
+------- Additional Comments From sebastien at ximian.com 2007-05-23 13:15 -------
+Fixed in SVN r77850.
+Thanks!
More information about the mono-bugs
mailing list