• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: change resolution with Applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >change resolution with Applescript (From: Robert Poland <email@hidden>)

  • Prev by Date: change resolution with Applescript
  • Next by Date: Re: LibraryLister
  • Previous by thread: change resolution with Applescript
  • Next by thread: Re: change resolution with Applescript
  • Index(es):
    • Date
    • Thread