[Mono-bugs] [Bug 61400][Min] Changed - Graphics.DrawImage always uses InterpolationMode.NearestNeighbor

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Jul 2004 08:39:41 -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=61400

--- shadow/61400	2004-07-11 10:36:22.000000000 -0400
+++ shadow/61400.tmp.23335	2004-07-12 08:39:41.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 61400
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: Sys.Drawing.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: juraj@hotfeet.ch               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -18,6 +18,9 @@
 
 The bug actually seems to be in libgdiplus.
 InterpolationMode is set to "HighQuality" by default in graphics.c. But
 "cairo_surface_set_filter" is never called. As both libpixman and cairo
 default to "Nearest", any bitmaps drawn with Graphics.DrawImage end up
 being scaled with this filter.
+
+------- Additional Comments From rkumar@novell.com  2004-07-12 08:39 -------
+Fixed in the cvs HEAD!