Reading image from system clipboard

2009-08-03 Thread Deepa
Hi, I am developing an desktop app for which I want to implement a behavior which is similar to 'New from clipboard' of Preview application. I tried using NSPasteboard: // To get file copied to clipboard from Finder NSArray *files = [[NSPasteboard generalPasteboard] propertyListForType:

Re: Reading image from system clipboard

2009-08-03 Thread Graham Cox
On 03/08/2009, at 4:07 PM, Deepa wrote: I am developing an desktop app for which I want to implement a behavior which is similar to 'New from clipboard' of Preview application. I tried using NSPasteboard: // To get file copied to clipboard from Finder NSArray *files = [[NSPasteboard