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 #65 (closed defect: fixed)

Opened 2010-06-01T14:20:20-05:00

Last modified 2010-08-31T12:01:48-05:00

Fix Default color mode in Bio-Formats Importer

Reported by: curtis Owned by: curtis
Priority: critical Milestone: biweekly-2010: Jun-14 to Jun-25
Component: SCIFIO Version:
Severity: major Keywords:
Cc: Blocked By:
Blocking:

Description

The "Default" color mode in the new Bio-Formats Importer currently behaves the same as "Colorize" mode. It should behave differently depending on the input data. In particular, it should respect the RGBChannelCount/SizeC values as much as possible. And most importantly, it should use ImageJ's built-in "8-bit color" type when possible (i.e., indexed=true, pixelType=uint8, sizeC=1).

Change History

comment:1 Changed 2010-06-21T14:37:39-05:00 by curtis

  • Status changed from new to accepted
  • Milestone changed from biweekly-2010: Jun-01 to Jun-11 to biweekly-2010: Jun-14 to Jun-25

comment:2 follow-up: ↓ 3 Changed 2010-06-22T17:19:41-05:00 by curtis

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

r6554 implements reasonable behavior for the default color mode in various cases.

comment:3 in reply to: ↑ 2 Changed 2010-06-22T17:24:50-05:00 by curtis

Correction:  loci-java:r6554.

comment:4 Changed 2010-08-31T12:01:48-05:00 by curtis

  • Component changed from other to bio-formats