Bug 242491
Summary: | Convert video colorspace into the <canvas> colourspace during RGB conversion | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
Component: | Canvas | Assignee: | Matt Woodrow <mattwoodrow> |
Status: | NEW | ||
Severity: | Normal | CC: | dino, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Matt Woodrow
CoreGraphics doesn't always apply the colourspace conversion when drawing Rec601 RGB content into an sRGB destination.
We can apply this conversion instead during the YCbCr->RGB conversion to ensure it always gets applied.
<rdar://95420649>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/2208