Re: Formats supported by NSImage?
Re: Formats supported by NSImage?
- Subject: Re: Formats supported by NSImage?
- From: John Randolph <email@hidden>
- Date: Mon, 25 Aug 2003 15:11:51 -0700
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.
-jcr
_______________________________________________
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.