Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use Preview to save pictures from the clipboard in any format' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use Preview to save pictures from the clipboard in any format
Authored by: DougAdams on Apr 16, '04 08:36:23AM
Put artwork of first selected iTunes track into the clipboard:
tell application "iTunes"
	set sel to item 1 of selection
	if (get artworks of sel) is not {} then
		set the clipboard to (data of (get artwork 1 of sel)) as picture
	end if
end tell


[ Reply to This | # ]