This document contains JavaScript code for an ImageJ macro that allows cycling through and applying lookup tables (LUTs) stored in the "/ImageJ/luts" folder. It defines macros for applying grayscale, fire, and primary color LUTs. It also defines macros for editing LUTs, adjusting brightness/contrast, and cycling between previous/next LUT. Functions are included for getting the list of LUT files and cycling between them.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
122 views
Lookup Tables
This document contains JavaScript code for an ImageJ macro that allows cycling through and applying lookup tables (LUTs) stored in the "/ImageJ/luts" folder. It defines macros for applying grayscale, fire, and primary color LUTs. It also defines macros for editing LUTs, adjusting brightness/contrast, and cycling between previous/next LUT. Functions are included for getting the list of LUT files and cycling between them.