NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #849 (closed defect: fixed)

Opened 2011-10-31T12:33:25-05:00

Last modified 2011-10-31T13:29:06-05:00

LUT tracking issue

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b1-initial
Component: Legacy Compatibility Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Open Blobs. Run any IJ1 plugin (Show Info is a good candidate). The LUT inverts and the image goes from mostly white to mostly black.

Change History

comment:1 Changed 2011-10-31T13:29:06-05:00 by bdezonia

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

Fixed in 44862260b7437f2d2231a0628590520d783a6c65. ImagePlus color table now defaults to 1st color table in associated active view. It only takes the first color table from the dataset when no such view exists.