Re: change resolution with Applescript
Re: change resolution with Applescript
- Subject: Re: change resolution with Applescript
- From: "Mark J. Reed" <email@hidden>
- Date: Sun, 1 Aug 2010 16:29:58 -0400
Resolution is a property of the window.
set resolution of window 1 to {300,300}
On Sun, Aug 1, 2010 at 4:11 PM, Robert Poland <email@hidden> wrote:
> Hi,
> Current versions of all .
> I'm trying to script an image's resolution with Applescript.
> This script errors;
> set theFile to (choose file with prompt "Choose an image file:")
> with timeout of 1200 seconds
> tell application "GraphicConverter"
> activate
> open theFile
> change resolution to {300, 300}
> end tell
> end timeout
> Any suggestions?
>
> Robert Poland - Fort Collins, CO
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden
>
--
Mark J. Reed <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:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden