Opened 3 years ago
Last modified 11 months ago
#1846 assigned enhancement
decode images in worker
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | html5 | Version: | 2.3.x |
Keywords: | Cc: |
Description (last modified by )
See createImageBitmap(): It allows you to decode an image in the background, and get access to a new ImageBitmap primitive, which you can draw into a canvas in the same way you would an <img> element, another canvas, or a video.
Change History (2)
comment:1 Changed 18 months ago by
Milestone: | 3.0 → 4.0 |
---|---|
Status: | new → assigned |
comment:2 Changed 11 months ago by
Description: | modified (diff) |
---|---|
Milestone: | 4.0 → 5.0 |
Note: See
TracTickets for help on using
tickets.
Same as #2165, needs help.