Skip navigation.
 
mlRe: Image sources for the standard images such as NSImageNameQuickLookTemplate
FROM : Kyle Sluder
DATE : Mon Feb 18 22:37:56 2008

On Feb 18, 2008 3:34 PM, <email_removed>
<<email_removed>> wrote:
> The following gives a good starting point for the customised icon
> (though sans the nice template effects).
>
> [[[NSImage imageNamed:@"NSQuickLookTemplate"] TIFFRepresentation]
> writeToFile:@"/users/jonathan/desktop/eye.tif" atomically:YES];


Be very careful with that.  Copyright lawyers won't smile upon
extracting an Apple-provided image, modifying it, and distributing it
with your app.

--Kyle Sluder

Related mailsAuthorDate
mlImage sources for the standard images such as NSImageNameQuickLookTemplate jonathan@mugginsof… Feb 18, 14:55
mlRe: Image sources for the standard images such as NSImageNameQuickLookTemplate Mike Abdullah Feb 18, 16:10
mlRE: Image sources for the standard images such as NSImageNameQuickLookTemplate jonathan@mugginsof… Feb 18, 17:58
mlRe: Image sources for the standard images such as NSImageNameQuickLookTemplate Mike Abdullah Feb 18, 18:16
mlRe: Image sources for the standard images such as NSImageNameQuickLookTemplate jonathan@mugginsof… Feb 18, 21:34
mlRe: Image sources for the standard images such as NSImageNameQuickLookTemplate Kyle Sluder Feb 18, 22:37