Login  Register

Re: Default LUT

Posted by Rasband, Wayne (NIH/NIMH) [E] on Aug 16, 2014; 9:12pm
URL: http://imagej.273.s1.nabble.com/Default-LUT-tp5009240p5009242.html

On Aug 16, 2014, at 6:19 AM, Matjaz Panjan wrote:

> Hi,
>
> Is there a way one can tell ImageJ to always open images with specified
> LUT? This would greatly reduce my time of analyzing images since every time
> I need to convert grey scale images to specified LUT.

You can do this with a macro like the following, which opens images with the Fire LUT. Add the macro to the ImageJ/macros/StartupMacros.txt file and you will be able to open an image with the Fire LUT by typing "o".

  macro "Open with Fire LUT... [o]" {
     open("");
     run("Fire");
  }

-wayne

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html