Re: NSTextView Image Issues
Re: NSTextView Image Issues
- Subject: Re: NSTextView Image Issues
- From: Douglas Davidson <email@hidden>
- Date: Mon, 12 Apr 2004 11:12:42 -0700
On Apr 12, 2004, at 10:46 AM, Nicko van Someren wrote:
So what's the proscribed way to get a suitable NSFileWrapper in the
case where the image data has not come from a file? I have a program
which makes images using the NSImage method initWithPasteboard: and
often the data in the pasteboard is not related to any specific file.
Is there some generic way to get a file out of this or do I have to
special case every paste board content type and each image type?
What you are doing in effect is writing the image out to a file. Just
like any other case where you might want to write an image out to a
file, you need to pick a file format. The file format you want may
depend on the contents of the image. You must pick the format, but
NSImage in most cases will produce the actual data.
Douglas Davidson
_______________________________________________
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.