Pasteboard and NSImage and Finder

2018-04-09 Thread Daniel Santos
Hello all, I am pasting an array of NSImage to the general pasteboard. (using pasteboard .writeObjects()) I would like to be able to paste the images onto Finder. What do I need to do ? Thanks in advance ___ Cocoa-dev mailing list (Cocoa-dev@lists.app

Re: Pasteboard and NSImage and Finder

2018-04-09 Thread Rob Petrovec
You need to put files on the pasteboard. Finder only plays with files, not raw image data. —Rob > On Apr 9, 2018, at 4:12 PM, Daniel Santos wrote: > > Hello all, > > I am pasting an array of NSImage to the general pasteboard. (using pasteboard > .writeObjects()) > I would like to be able t