Reported Size issue in PSCS2
Reported Size issue in PSCS2
- Subject: Reported Size issue in PSCS2
- From: Oakley Masten <email@hidden>
- Date: Mon, 16 Oct 2006 12:54:47 -0700 (PDT)
Hi all
Why don't I get the correct answer [actual size] when
I run this scriptlet?
tell application "Adobe Photoshop CS2"
set ruler units of settings to pixel units
set HowTall to round (height of current document as
number)
set HowWide to round (width of current document as
number)
display dialog "How Tall = " & HowTall & return &
"How Wide = " & HowWide
end tell
Result
HowTall = 485
HowWide = 485
Actual image size is 2020 x 2020 Pix at 300 ppi
I can't figure this on out.
Thanks
Oakley
_______________________________________________
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