Scripting Graphic Converter batch droplet
Scripting Graphic Converter batch droplet
- Subject: Scripting Graphic Converter batch droplet
- From: "T.J. Mahaffey" <email@hidden>
- Date: Tue, 17 Apr 2001 15:19:57 -0500
Ok, folks. I'm only posting his after pushing myself to baldness.
What the heck am I doing wrong here?
on open (fileList)
tell application "GraphicConverter PPC"
activate
repeat with thisFile in fileList
set resolution of window (thisFile as alias) to {72, 72}
end repeat
end tell
end open
I'm getting various errors, no matter how I try to strip it down and work up
from smaller, less-ambitious scripts. I can get the resolution command to
work, but ONLY IF I have an image open already and I tell it to act on the
pre-opened image.
T.J. Mahaffey
email@hidden