[Webkit-unassigned] [Bug 67545] New: [Cairo] InterpolationNone for image scaling should use nearest-neighbor scaling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 17:51:26 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67545

           Summary: [Cairo] InterpolationNone for image scaling should use
                    nearest-neighbor scaling
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org
                CC: otte at gnome.org, xan.lopez at gmail.com,
                    cgarcia at igalia.com, ryuan.choi at samsung.com


The problem is readily evident when viewing pixel dump results in GtkLauncher. Instead of using nearest-neighbor scaling the resulting images use CAIRO_FILTER_FAST, which leads to distortion in the output. Scaled images with InterpolationNone should use CAIRO_FILTER_NEAREST.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list