[Webkit-unassigned] [Bug 40881] Authors require control over image interpolation methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 14:36:05 PDT 2012


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





--- Comment #12 from Grant Galitz <grantgalitz at gmail.com>  2012-05-31 14:36:02 PST ---
A couple of weeks ago I churned up a scaling library in js that does the scaling in js math with no canvas interaction for the scaling part. The "crisp" scaling mode at the bottom might be of interest to someone. It uses an algorithm that is superior to nearest-neighbor (doesn't drop pixels or unevenly weight them), but will look like nearest neighbor on integer scaling factors.
http://www.grantgalitz.org/image_resize/

-- 
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