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

Improve message

parent 1bf4e8d9
No related branches found
No related tags found
No related merge requests found
......@@ -529,7 +529,7 @@ function mapTo8bitPreservingSaturation(effectiveBits) {
} else if (effectiveBits == 12) {
run("Divide...", "value=16.09 stack");
} 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!");
exit_show();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment