Re: Formats supported by NSImage?
Re: Formats supported by NSImage?
- Subject: Re: Formats supported by NSImage?
- From: Tito Ciuro <email@hidden>
- Date: Tue, 26 Aug 2003 10:40:29 +0200
On martes, agos 26, 2003, at 00:11 Europe/Paris, John Randolph wrote:
On Aug 25, 2003, at 1:59 PM, Tito Ciuro wrote:
What are the formats supported by NSImage? I know it can decode .pdf,
.tiff, .icns... anything else?
Run any cocoa app under GDB, and do this:
(gdb) po [[NSImage class] imageFileTypes]
.. there's a bunch of them.
Thanks!
-- Tito
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.