[Webkit-unassigned] [Bug 173869] New: Support createImageBitmap implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 27 00:23:12 PDT 2017


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

            Bug ID: 173869
           Summary: Support createImageBitmap implementation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ultravistor at gmail.com

To support createImageBitmap() to retrieve and manipulate raw bitmap data (typically in WebWorker) from various sources. e.g. Image, Canvas and Video. Existing workaround is to create dummy canvas and call drawImage(), which is not efficient especially when we are manipulating animations, canvases & videos. 
https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/createImageBitmap

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170627/0a7d17a7/attachment-0001.html>


More information about the webkit-unassigned mailing list