How can I quit ImageJ from a macro?
Posted by arnim.jenett on
URL: http://imagej.273.s1.nabble.com/How-can-I-quit-ImageJ-from-a-macro-tp3699070.html
A plugin I am using is badly accumulating memory if used with multiple files (batch). As a workaround during development of this plugin I would like to kill ImageJ after each run of this plugin and would restart it from a bash script which called it in the first place anyway.
Is there a way to call a "quit" signal for ImageJ form a macro?