Login  Register

Re: Conversion Options

Posted by Gabriel Landini on Nov 11, 2006; 11:31am
URL: http://imagej.273.s1.nabble.com/Re-Conversion-Options-tp3701033p3701034.html

On Friday 10 November 2006 19:46, Malgorzata Swider wrote:
> Does anybody know how to change the default setting in:
> <Edit-Options-Conversions-Scale When Converting>.
> Right now, it is on but I would prefer to have this turned off.

Use the macro recorder to record the syntax of the command you want to apply
and then add that line to the Autorun macro which lives in the
StartupMacros.txt file in the macros directory.
Each time you start IJ, that command will be executed and so the command will
be set.

This is the easiest way to set IJ to your taste, but be aware that if you
distribute your macros, then the recipients have to know your Autorun
settings, otherwise, their defaults will be different and the macro may not
run as intended.

Cheers,
G.