Re: "create icon" command in GraphicConverter
Re: "create icon" command in GraphicConverter
- Subject: Re: "create icon" command in GraphicConverter
- From: Jan Pieter Kunst <email@hidden>
- Date: Fri, 08 Jun 2001 08:26:34 +0200
Michelle Steiner (email@hidden) schreef op 08-06-2001 05:09 :
>
On 6/7/01 12:44 PM, Jan Pieter Kunst <email@hidden> wrote:
>
>
> Does anyone have an example of a working Applescript snippet with the
>
> "create icon" command for GraphicConverter? According to the
>
> GraphicConverter dictionary, "create icon" should create a custom icon for a
>
> file. I can't find the correct syntax to use with this command.
>
>
tell application "Finder"
>
set the selectedFile to item 1 of the selection as alias
>
end tell
>
tell application "GraphicConverter"
>
create icon the selectedFile with preview and sharpen
>
end tell
Thanks. I had the impression that the "preview" part was supposed to be
optional, so I tried to create custom icons but no previews, but I couldn't
get that to work.
JP