| Description: |
The jar file contains the Look-up Tables stolen from
NucMed_Image written
by Mark D. Wittry, MD among others. The java
plugin, Lookup_Tables, will load lookup tables from a .lut resource at
Lookup_Tables/.
(The previous version which read files from a directory is available in the jar at NucMed/LookupTablesOld.java.)
ConvertLUT_TP converts a few text file LUT formats into ImageJ LUT
files. Files must have one set of red, green, blue values per
line. The values may have two hexadecimal digits for each value,
where the digits are located a fixed character positions. Or, the
values may be decimal numbers separated by commas or tabs.
LUT_Values_TP displays the red, green, and blue values of the current
LUT in a text window. The values are in decimal separated by
<tab>. Run with the <alt> key down to use
<comma><space> as the separator. The text window can
be saved to a file using ImageJ's Save command, just like any other
text window.
A macro, LUT_to_768_Byte_LUT.txt, will convert all of the ImageJ readable LUTs in one directory to 768 byte LUTs in a second directory.
|