Re: Clip2Gif
Re: Clip2Gif
- Subject: Re: Clip2Gif
- From: peter boardman <email@hidden>
- Date: Wed, 22 Jan 2003 13:01:57 +0000
Michael Terry <email@hidden> said on 21/1/03, 16:43:
>
Alternatively, if anyone knows of a free way to convert
>
JPGs specifically into PICTs, preferably (but not
>
necessarily) with AS support, that'd be cool, too.
How about:
--
tell application "QuickTime Player"
open file "Macintosh HD:Library:Desktop Pictures:Aqua Graphite.jpg"
export movie 1 to file "Macintosh HD:Users:pete:aqua graphite.pict" as picture
close movie 1
end tell
--
QuickTime Player appears to be more scriptable than one might think.
Pete
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.