Re: Image Events and Unicode
Re: Image Events and Unicode
- Subject: Re: Image Events and Unicode
- From: "Shane Stanley" <email@hidden>
- Date: Mon, 2 May 2005 21:52:00 -0700
On Mon, 2 May 2005 18:19:53 +0100, DizzyPenguin wrote:
>set this_file to (choose file) as Unicode text
>try
> tell application "Image Events"
> launch
> set this_image to open this_file
> set the image_props to the properties of this_image
> close this_image
> end tell
>on error error_message
> display dialog error_message
>end try
Why are you coercing to Unicode text? Try cutting that bit out and feed
the open command the alias instead of just a path.
--
Shane Stanley <email@hidden>
_______________________________________________
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