Re: thumbnail images
Re: thumbnail images
- Subject: Re: thumbnail images
- From: Gnarlodious <email@hidden>
- Date: Thu, 22 Jun 2006 20:26:08 -0600
I say something like this:
tell application "Finder" to the selection as string
do shell script "sips -i " & quoted form of POSIX path of the result
Actually I have a more complex script that sets the icon of all selected files.
but you can probably do the same thing from the terminal with this:
find . -iname "*.jpg" | xargs sips -i
As for the test to see if an icon already exists, I do not know.
-- Gnarlie
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden