Bug 38495 - Chromium implementation needed to incorporate compression quality for jpeg in canvas.toDataURL
Summary: Chromium implementation needed to incorporate compression quality for jpeg in...
Status: RESOLVED DUPLICATE of bug 49365
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on: 37304
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-03 15:56 PDT by Matthew Delaney
Modified: 2010-11-29 20:33 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Delaney 2010-05-03 15:56:11 PDT
CG implementation is needed to incorporate compression quality for jpeg in canvas.toDataURL

HTML5 draft spec says implementation shall support quality parameter in canvas.toDataURL(type, quality, ...) when the type is image/jpeg. Support for this is needed by Chromium.
Comment 1 Jian Li 2010-11-29 20:33:50 PST
37304 solved the first part of the problem: CG implementation.

The remaining part is a dup of 49365.

*** This bug has been marked as a duplicate of bug 49365 ***