I am trying to display the icons of the Trash can in my app, both empty and full. I've tried several methods to get the icons, but each time the size is 32x32. Do you know a way to get a full size image?
feedback
|
|
I assume that you’re getting the trash icon through NSWorkspace, using the
…this NSImage contains representations in a number of different sizes. If you want the biggest one, just iterate through the available representations to find it:
…On my computer, this results in an NSImage set to 512x512. | |||
feedback
|
|
If you're creating an image from the following file, then realize that 32px x 32px is simply the default size: /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/TrashIcon.icns Just resize it to the size you'd like:
When you do so, the
Most images that represent file icons such as those returned by | |||
|
feedback
|
|
/System/Library/CoreServices/Dock.app/Contents/Resources/trashfull.png /System/Library/CoreServices/Dock.app/Contents/Resources/trashempty.png It's 128x128 icon | |||||
|
feedback
|