Re: imageborder
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240800c75ab086caab@[192.168.1.2]> |
This also seems to work, but runs the script in a terminal and then closes the terminal. But you don't have to modify the script. Unfortunately, you need the delay (which you may have to adjust). tell application "Terminal" activate do script "imageborder zelda3.png zelda3_temp.png" delay 3 end tell tell application "Terminal" quit end tell or tell application "Terminal" activate do script "imageborder zelda3.png zelda3_temp.png" end tell delay 3 tell application "Terminal" quit end tell Fred