Thanks for these samples. I never considered scripting the terminal.
-----------------------------
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
------------------------------
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users
End of Magick-users Digest, Vol 83, Issue 18
********************************************
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users