Re: Oversizing images in Quark
Re: Oversizing images in Quark
- Subject: Re: Oversizing images in Quark
- From: Shane Stanley <email@hidden>
- Date: Mon, 10 Sep 2001 21:48:40 +1000
On 10/9/01 8:19 PM +1000, Mark Bjfrgager, email@hidden, wrote:
>
Because of a problem with my images in QXP 4.11 I want to make every
>
picture grow 5%. But how can I do this, I tried to set the scale to the
>
scale + 5% but nope.
Try this:
tell application "QuarkXPress 4.11"
tell document 1
set {a, b} to (scale of image 1) as list
set scale of image 1 to {(a as real) + 5, (b as real) + 5}
end tell
end tell
--
Shane Stanley, email@hidden