imagej / imagej-common

ImageJ core data model
https://imagej.net/libs/imagej-common
BSD 2-Clause "Simplified" License
9 stars 18 forks source link

IJ2 Open command sets LUTs incorrectly #5

Open ctrueden opened 10 years ago

ctrueden commented 10 years ago

If you open the OME 4d series in IJ1 (via either File open command or BF open command) the image is displayed all gray.

If you open the same image in IJ2 using the IJ2 open command it is displays as color channels (red, green, and blue).

Migrated-From: http://trac.imagej.net/ticket/720

ctrueden commented 10 years ago

Essentially, the issue is: when should ImageJ2 decide to use the "colorized" mode (where channel 1 is red, channel 2 is green, etc.) versus the "grayscale" or "composite" modes?