Bug 38495
Summary: | Chromium implementation needed to incorporate compression quality for jpeg in canvas.toDataURL | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matthew Delaney <mdelaney7> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Minor | CC: | jianli, mdelaney7 |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 37304 | ||
Bug Blocks: |
Matthew Delaney
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jian Li
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 ***