[Javascript]How to scale an image using a script.
Does anyone have javascript code that will successfully resize my image after placing?
var newGraphic = newFrame.place(img_file)[0];I've spent hours and all the techniques posted all over the web don't work or prduce the dreaded...
"This value would cause one or more objects to leave the pasteboard."
My image is 72dpi jpg 448x2772.
The only reason I'm trying to rescale it is that the place() function brings it in at a giant size.
