NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #528 (closed defect: fixed)

Opened 2010-08-06T11:39:05-05:00

Last modified 2010-08-13T11:33:46-05:00

LUTs are lost in virtual stack mode

Reported by: curtis Owned by: melissa
Priority: minor Milestone: bio-formats-4.2.1
Component: plugins Severity: serious
Keywords: Cc:
Blocked By: Blocking:

Description

When opening a single-channel dataset with the Bio-Formats Importer with "Use virtual stack" checked, the file's LUTs (or custom LUTs, depending on the enabled options) are initially applied. However, once the active plane changes, the LUTs are lost and the data reverts to grayscale.

The problem does not occur when CompositeImage is used.

An easy way to verify this problem is to load data/ome-tiff/curtis/z-series.ome.tif with "Use virtual stack" and Colorized color mode, then navigate to the 2nd image plane and back to the 1st.

This bug was originally reported on the Fiji bug tracker:  http://pacific.mpi-cbg.de/cgi-bin/bugzilla/show_bug.cgi?id=208

Change History

comment:1 Changed 2010-08-13T11:33:46-05:00 by melissa

  • Status changed from new to closed
  • Resolution set to fixed

(In [6792]) Preserve LUTs in virtual stack mode. Closes #528.