Re: Count selected pixcel with Photoscripter
Re: Count selected pixcel with Photoscripter
- Subject: Re: Count selected pixcel with Photoscripter
- From: email@hidden
- Date: Thu, 16 Nov 2000 21:32:56 EST
>
tell application "Adobe. Photoshop. 6.0"
>
tell document 1
>
set kPixelWidthHeight to {width as real, height as real} --in pixels
>
end tell
>
end tell
I don't have v6.0 yet so I can't test, but I'm curious why you chose "as
real" instead of "as integer"? Won't pixels always be an integer by default?
Ken Fleisher
email@hidden