I am developing JAR package with a plugin for ImageJ. I tend to use one LUT (lookup table for coloring grayscale images) file, which is not default part of ImageJ/FIJI instalation. I would like to include the lut file into the jar package so that I don't have to include it to the luts directory of ImageJ after I put jar file with my plugin into plugins directory. Is there a way how to make plugin also to provide LUT?
Asked
Active
Viewed 40 times