Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perceptibly uniform luts for OMERO.insight #443

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,17 @@ public class LookupTableIconUtil {
*/
private static String[] LUTS = new String[] { "16_colors.lut",
"3-3-2_rgb.lut", "5_ramps.lut", "6_shades.lut",
"blue_orange_icb.lut", "brgbcmyw.lut", "cool.lut", "cyan_hot.lut",
"edges.lut", "fire.lut", "gem.lut", "glasbey.lut",
"glasbey_inverted.lut", "glow.lut", "grays.lut",
"green_fire_blue.lut", "hilo.lut", "ica.lut", "ica2.lut",
"ica3.lut", "ice.lut", "magenta_hot.lut", "orange_hot.lut",
"phase.lut", "physics.lut", "pup_br.lut", "pup_nr.lut",
"rainbow_rgb.lut", "red-green.lut", "red_hot.lut", "royal.lut",
"sepia.lut", "smart.lut", "spectrum.lut", "thal.lut",
"thallium.lut", "thermal.lut", "unionjack.lut", "yellow_hot.lut" };
"blue_orange_icb.lut", "brgbcmyw.lut", "cividis.lut",
"cool.lut", "cyan_hot.lut", "edges.lut", "fire.lut",
"gem.lut", "glasbey.lut", "glasbey_inverted.lut", "glow.lut",
"grays.lut", "green_fire_blue.lut", "hilo.lut", "ica.lut",
"ica2.lut", "ica3.lut", "ice.lut", "inferno.lut",
"magenta_hot.lut", "magma.lut", "mako.lut", "orange_hot.lut",
"phase.lut", "physics.lut", "plasma.lut", "pup_br.lut",
"pup_nr.lut", "rainbow_rgb.lut", "red-green.lut", "red_hot.lut",
"rocket.lut", "royal.lut", "sepia.lut", "smart.lut",
"spectrum.lut", "thal.lut", "thallium.lut", "thermal.lut",
"turbo.lut", "unionjack.lut", "viridis.lut", "yellow_hot.lut" };

/**
* Get the LUT icon for the given LUT filename, scaled to the specified
Expand Down
Binary file modified src/main/resources/images/util/lookuptables.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.