|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
tell application "iTunes"
set playingTrack to current track
set trackArtwork to artwork 1 of playingTrack
set imageData to data of trackArtwork as picture
set blankFile to (path to desktop as string) & "picture.pict"
set fileReference to (open for access blankFile with write permission)
write imageData starting at 0 to fileReference
close access fileReference
end tell
tell application "Preview"
activate
open blankFile
end tell
_______________________________________________ Do not post admin requests to the list. They will be ignored. AppleScript-Users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: Archives: http://lists.apple.com/archives/applescript-users This email sent to email@hidden
| Home | Archives | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.