1
vote
Working with multi-page images in an NSImage
I'm not positive, but IIRC if you initialize an NSImage with multi-page TIFF data, you will get one image rep per page. (Probably what peterb was alluding to.)
Edit: Check out …
5
votes
How to get NSImage of generic folder icon on OS X 10.5 and 10.6
[[NSWorkspace sharedWorkspace] iconForFileType:NSFileTypeForHFSTypeCode(kGenericFolderIcon)]
(I think)
…
