Add ColorspaceConversion in ImageBitmapOptions |
||
Issue descriptionAccording to the spec here: https://html.spec.whatwg.org/#imagebitmapoptions The ImageBitmapOptions has a ColorspaceConversion member, this should be supported.
,
Apr 11 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/514c171c54f89d92c33e454b410fcd404039880e commit 514c171c54f89d92c33e454b410fcd404039880e Author: xidachen <xidachen@chromium.org> Date: Mon Apr 11 19:53:21 2016 Add ColorspaceConversion to createImageBitmap(HTMLImageElement) The ColorspaceConversion option has been added to createImageBitmap(Blob) and the corresponding layout test has been added too. This CL adds this option to createImageBitmap(HTMLImageElement) and also modify an existing layout test so that this option is effective. BUG= 592005 Review URL: https://codereview.chromium.org/1843953003 Cr-Commit-Position: refs/heads/master@{#386446} [modify] https://crrev.com/514c171c54f89d92c33e454b410fcd404039880e/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-image-bitmap-from-image.html [modify] https://crrev.com/514c171c54f89d92c33e454b410fcd404039880e/third_party/WebKit/Source/core/frame/ImageBitmap.cpp
,
Apr 11 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Mar 15 2016