We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The logic here is inappropriate:
imagej-legacy/src/main/java/net/imagej/legacy/translate/ColorTableHarmonizer.java
Lines 430 to 447 in 5d66b53
because since imagej/ImageJ@6c3e9cd, luts will never be null here.
luts
null
The logic needs to be adapted to the current behavior of ImagePlus that returns an empty list e.g. for RGB images.
ImagePlus
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The logic here is inappropriate:
imagej-legacy/src/main/java/net/imagej/legacy/translate/ColorTableHarmonizer.java
Lines 430 to 447 in 5d66b53
because since imagej/ImageJ@6c3e9cd,
luts
will never benull
here.The logic needs to be adapted to the current behavior of
ImagePlus
that returns an empty list e.g. for RGB images.The text was updated successfully, but these errors were encountered: