[Webkit-unassigned] [Bug 37304] WebKit does not support jpeg qulaity in canvas.toDataURL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 10:36:36 PDT 2010


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |levin at chromium.org
     Ever Confirmed|0                           |1




--- Comment #23 from David Levin <levin at chromium.org>  2010-05-11 10:36:34 PST ---
Could this be done without custom bindings?

Just take an optional double and then do the equivalent of

  if (!(0.0 <= quality && quality <= 1.0))
      quality = 1.0;

in CanvasSurface::toDataURL?

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