Re: Formats supported by NSImage?
Re: Formats supported by NSImage?
- Subject: Re: Formats supported by NSImage?
- From: Justin Anderson <email@hidden>
- Date: Tue, 26 Aug 2003 16:11:48 -0400
print-object. I believe it's pretty Cocoa specific. It sends an object
the -description message and prints the result in the gdb window.
Justin
On Tuesday, August 26, 2003, at 03:56 PM, Jvrn Salewski wrote:
What does the po commant mean? I'm not that familiar with the debugger
and
can't find the command 'po' in my gdb documentation.
JS
am 26.08.2003 0:11 Uhr schrieb John Randolph unter email@hidden:
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.
_______________________________________________
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.
_______________________________________________
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.