Photoshop droplets and Applescript
Photoshop droplets and Applescript
- Subject: Photoshop droplets and Applescript
- From: Neil Appel <email@hidden>
- Date: Mon, 10 Sep 2001 13:03:08 -0700
Has anyone had any success calling Photoshop 6.0 droplets with
Applescript. According to PS's dictionary it is possible but I can't
seem to decipher it. There is only one command "do script" and it has
a list of parameters. However all of these parameters have a note
saying "*for use only by droplets*".
I can call a droplet by using the script:
set myFile to choose file with prompt "Choose an image to process."
set myDroplet to choose file with prompt "Choose droplet to use."
tell application "Finder"
open myFile using mydroplet as alias
end tell
However I can't seem to call the droplet with parameters based on the
syntax described in Photoshop's Dictionary. Any help would be
appreciated.
Thanks,
-Neil
--