Re: Clip2Gif
Re: Clip2Gif
- Subject: Re: Clip2Gif
- From: Michael Terry <email@hidden>
- Date: Wed, 22 Jan 2003 22:35:06 -0800
On 1/22/03 5:01 AM, "peter boardman" <email@hidden> wrote:
>
> 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.
Thanks and thanks to Andy, too, for his suggestion. I've an embarrassment of
riches as someone was able to locate a copy of Clip2Gif, as well.
Mike
_______________________________________________
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.