Re: imageborder

"Mark Workman" <[email protected]>
Newsgroups gmane.comp.video.image-magick.user
Message-ID <6DA0DB5CB23FA3428C2B7BDD38983A191568CA@kgexchange.KramerGraphics.Com>
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
********************************************
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.