Bug 173869

Summary: Support createImageBitmap implementation
Product: WebKit Reporter: Takahiro Ichihashi <ultravistor>
Component: ImagesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: d, jonlee, Ms2ger, sabouhallawa, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Takahiro Ichihashi
Reported 2017-06-27 00:23:12 PDT
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
Attachments
Radar WebKit Bug Importer
Comment 1 2017-08-17 23:35:15 PDT
Jon Lee
Comment 2 2017-08-17 23:40:43 PDT
Domenic Denicola
Comment 3 2017-10-03 14:02:05 PDT
I wrote a toy app that ended up not working in Safari because of this; looking forward to seeing some progress here. https://chromiumizer.now.sh/
Ms2ger (he/him; ⌚ UTC+1/+2)
Comment 4 2018-02-26 09:06:37 PST
There's a partial implementation; bug 182424 tracks the completion. *** This bug has been marked as a duplicate of bug 178573 ***
Note You need to log in before you can comment on or make changes to this bug.