Bug 5270
Summary: | WebKit uses NSImage to get supported image types, yet uses CGImage to render | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Images | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ian |
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Eric Seidel (no email)
WebKit uses NSImage to get supported image types, yet uses CGImage to render
This was actually the root cause of:
http://bugzilla.opendarwin.org/show_bug.cgi?id=5175
since I register an NSSVGImageRep in WebKit+SVG and don't register with ImageIO.
CGImageSourceCopyTypeIdentifiers would be a better choice for getting what image types CG supports.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
mitz
Fixed in r17701.