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

macros.ShowAllLuts.txt Maven / Gradle / Ivy

// 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 - 2025 Weber Informatics LLC | Privacy Policy