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 #1246 (new feature)

Opened 2012-06-25T15:29:32-05:00

Last modified 2012-06-25T15:29:57-05:00

Improve behavior of RGB images

Reported by: curtis Owned by: curtis
Priority: critical Milestone: imagej-2.0.0
Component: Core Version:
Severity: critical Keywords:
Cc: Blocked By: #1108
Blocking:

Description

We are currently using a generic 3-channel composite image to represent RGB, with the first channel having a black-to-red LUT, second as black-to-green, and third as black-to-blue. This works well for visualization, but does not take into account the fact that certain plugins may need to process RGB images differently than generic multi-channel images.

Before final release we need to evaluate the best way of addressing the challenges associated with RGB images.

Change History

comment:1 Changed 2012-06-25T15:29:57-05:00 by curtis

  • Blocked By 1108 added