NSImage file types
NSImage file types
- Subject: NSImage file types
- From: Peter Ammon <email@hidden>
- Date: Tue, 23 Oct 2001 19:03:31 -0400
My application uses NSImage to display files and, as such, it can handle
any file that NSImage can. Is there a way to specify that in my
Info.plist file, or would I have to enumerate every image type that
NSImage can display? And if it's the latter, where can I get a list of
those types?
Thanks for any advice.
-Peter