RESOLVED FIXED 5270
WebKit uses NSImage to get supported image types, yet uses CGImage to render
https://bugs.webkit.org/show_bug.cgi?id=5270
Summary WebKit uses NSImage to get supported image types, yet uses CGImage to render
Eric Seidel (no email)
Reported 2005-10-04 23:19:39 PDT
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
mitz
Comment 1 2006-12-17 13:54:43 PST
Fixed in r17701.
Note You need to log in before you can comment on or make changes to this bug.