Login  Register

Re: LUT

Posted by Gabriel Landini on Mar 29, 2006; 10:07am
URL: http://imagej.273.s1.nabble.com/LUT-tp3703281p3703285.html

There may be a simpler way but this should also work.

1. Make a *plugin* that only applies the LUT you wish or runs the macro you
wish.
2. Compress the plugin class into a zip archive
3. Look at the jar examples in the IJ website how to write the plugins.conf
file so the entry appears in the menu.
4. Add the plugins.conf file to the zip archive.
5. Rename the zip file as ".jar"
6. Restart IJ.

Cheers,
G.

>
> > Can I permanently add a LUT to the Image-Lookup tables menu?
> > If not, how do I easily apply a LUT, that's not in the menu, to all my
> > open images?
> >
> > Bo