change resolution with Applescript

This area contains the messages from the old Yahoo gcmac group after the port.
Post Reply
Robert Poland
Posts: 0
Joined: Sun Jan 03, 2010 3:45 pm

change resolution with Applescript

Post 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
Post Reply