Bug 19594 - Need an API to extract bitmap of a transformed image.
Summary: Need an API to extract bitmap of a transformed image.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-16 14:31 PDT by Dan Wood
Modified: 2008-06-16 15:18 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Wood 2008-06-16 14:31:37 PDT
For our application (Sandvox) we wish to make us of webkit's awesome image transformations (shadow, reflection, matrix transformations) and then get access to the bitmap image -- with alpha -- of the resulting bitmap.  (At this point, there is not a good solution; we could use some "Screenshot" methods of getting the contents of a rectangle, but that would include the background that the image is composited against, and not include any transparency information.)