All Downloads are FREE. Search and download functionalities are using the official Maven repository.

macros.ShowAllLuts.txt Maven / Gradle / Ivy

Go to download

ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.

There is a newer version: 1.54m
Show newest version
// This macro displays, as a montage, all the LUTs in the
// Image>Lookup Tables menu.

saveSettings();
list = getList("LUTs");
setBatchMode(true);
newImage("ramp", "8-bit Ramp", 256, 32, 1);
newImage("luts", "RGB White", 256, 48, 1);
count = 0;
setForegroundColor(255, 255, 255);
setBackgroundColor(255, 255, 255);
setFont("SansSerif", 12,"antialiased");
for (i=0; i




© 2015 - 2024 Weber Informatics LLC | Privacy Policy