Page 1 of 1

change resolution with Applescript

Posted: Sun Aug 01, 2010 11:01 pm
by Robert Poland
Hi,Current versions of all .I'm trying to script an image's resolution with Applescript.This script errors;set theFile to (choose file with prompt "Choose an image file:")with timeout of 1200 seconds tell application "GraphicConverter" activate open theFile change resolution to {300, 300} end tellend timeoutAny suggestions? Robert Poland - Fort Collins, CO