Skip to content
Snippets Groups Projects
Commit 4fe29862 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Improve message

parent 1bf4e8d9
Branches
Tags
No related merge requests found
...@@ -529,7 +529,7 @@ function mapTo8bitPreservingSaturation(effectiveBits) { ...@@ -529,7 +529,7 @@ function mapTo8bitPreservingSaturation(effectiveBits) {
} else if (effectiveBits == 12) { } else if (effectiveBits == 12) {
run("Divide...", "value=16.09 stack"); run("Divide...", "value=16.09 stack");
} else { } else {
print("Invalid VALUE range detected: " + effectiveBits); print("Unsupported VALUE range detected: " + effectiveBits + " bits");
print("Input image needs to have a value range of 8, 12 or 16 bits!"); print("Input image needs to have a value range of 8, 12 or 16 bits!");
exit_show(); exit_show();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment