Re: what's going on? Image Events...
Re: what's going on? Image Events...
- Subject: Re: what's going on? Image Events...
- From: Michael Cytrynowicz <email@hidden>
- Date: Mon, 14 Jun 2004 11:39:45 +0200
Ken - thanks! - got it.
Next for me is to start experimenting with AS and metadata.
Mike / Barcelona
>
With Image Events you need to open the file before you can do anything
>
with the file. You should also make sure to close the file so that it
>
isn't hanging around open. This works:
>
----
>
set theFile to choose file
>
set thistype to ""
>
tell application "Image Events"
>
open theFile
>
set thistype to file type of image theFile
>
close theFile
>
end tell
>
thistype
>
----
>
>
- Ken
_______________________________________________
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.