• 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: Trying to get image dimensions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to get image dimensions


  • Subject: Re: Trying to get image dimensions
  • From: Jenni via AppleScript-Users <email@hidden>
  • Date: Tue, 2 Jun 2020 17:55:23 -0700


> On Jun 2, 2020, at 5:42 PM, Shane Stanley via AppleScript-Users
> <email@hidden> wrote:
>
> set theImage to "Code HD:Users:code27:Downloads:800289_01.jpg" as «class furl»
>
> That gives you a file, similar to that returned by 'choose file’.

        Nope.  Still no change.  Here’s another version that gives the exact
same error:

set theImage to "Code HD/Users/code27/Downloads/800289_01.jpg"
tell application "Image Events"
        set dimensionList to the dimensions of theImage -- <-- It always gets
stuck here.
        set fileWidth to the first item of dimensionList
        set fileHeight to the second item of dimensionList
end tell


This:
set theImage to "Code HD:Users:code27:Downloads:800289_01.jpg" as «class furl»

errors out, too.  I must be doing something wrong that I just can’t see.

Thanks,
Frank
 _______________________________________________
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

  • Follow-Ups:
    • Re: Trying to get image dimensions
      • From: Shane Stanley via AppleScript-Users <email@hidden>
References: 
 >Trying to get image dimensions (From: Jenni via AppleScript-Users <email@hidden>)
 >Re: Trying to get image dimensions (From: Shane Stanley via AppleScript-Users <email@hidden>)
 >Re: Trying to get image dimensions (From: Jenni via AppleScript-Users <email@hidden>)
 >Re: Trying to get image dimensions (From: Shane Stanley via AppleScript-Users <email@hidden>)

  • Prev by Date: Re: Trying to get image dimensions
  • Next by Date: Re: Trying to get image dimensions
  • Previous by thread: Re: Trying to get image dimensions
  • Next by thread: Re: Trying to get image dimensions
  • Index(es):
    • Date
    • Thread