This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17935 - I am hoping to be able to use the imageInfo object from .getImageInfo as a normal image in draw steps, like a png. this would allow someone to greatly speed up the drawing of paths by allowing them to store and reuse a path they've allready created withou
Summary: I am hoping to be able to use the imageInfo object from .getImageInfo as a no...
Status: RESOLVED NEEDSINFO
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 07:19 UTC by contributor
Modified: 2012-11-05 23:55 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-07-18 07:19:48 UTC
This was was cloned from bug 16813 as part of operation convergence.
Originally filed: 2012-04-21 15:46:00 +0000

================================================================================
 #0   contributor@whatwg.org                          2012-04-21 15:46:24 +0000 
--------------------------------------------------------------------------------
Specification: http://dev.w3.org/html5/2dcontext/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
I am hoping to be able to use the imageInfo object from .getImageInfo as a
normal image in draw steps, like a png. this would allow someone to greatly
speed up the drawing of paths by allowing them to store and reuse a path
they've allready created without having it re-rasterized.

Posted from: 75.31.127.216
User agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
================================================================================
Comment 1 Ian 'Hixie' Hickson 2012-08-30 19:09:33 UTC
Do you mean ImageData rather than ImageInfo? I don't really follow what you mean here.