document icons in Cocoa like Image Capture
document icons in Cocoa like Image Capture
- Subject: document icons in Cocoa like Image Capture
- From: Dirk Vollmerhaus <email@hidden>
- Date: Mon, 09 Jul 2001 11:17:56 +0200
I want to create an application that creates 128x128 pixel thumbnails as
document icons, so that I can see the document contents without using
Preview. Image Capture does this with imported images, but I don't know how.
Is there a way creating custom document icons with Cocoa? Interestingly
NSWorkspace has a method iconForFile:, but not setIconForFile...
Thanks,
Dirk