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 #509 (closed task: fixed)

Opened 2011-05-09T16:57:10-05:00

Last modified 2014-08-20T11:47:54-05:00

Determine how to approach legacy Image::Type menu plugins

Reported by: bdezonia Owned by: curtis
Priority: major Milestone: imagej2-b10-compatibility
Component: Legacy Compatibility Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1011

Description

The RGB Stack and HSB Stack plugins seem to work when fed 3 channel color images. One thing to note is the HSB stack displays in funny ways since we don't support a HSB color model. Decide what the best approach is here:
1) behavior is fine - people use plugin to translate data for use elsewhere
2) we should display things correctly by supporting an HSB color model
3) we eliminate these plugins because our color support will be implemented in other new plugins/code.

Change History

comment:1 Changed 2011-05-09T16:57:27-05:00 by bdezonia

  • Owner changed from bdezonia to curtis
  • Component changed from ij-data-model to ij-core

comment:2 Changed 2011-10-18T15:23:37-05:00 by curtis

  • Component changed from ij-core to ij-legacy

comment:3 Changed 2011-10-18T15:24:02-05:00 by curtis

  • Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta3

comment:4 Changed 2012-02-26T20:48:32-06:00 by curtis

  • Blocking 1011 added

comment:5 Changed 2012-09-10T15:48:12-05:00 by curtis

  • Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5

comment:6 Changed 2013-06-07T16:01:58-05:00 by curtis

  • Milestone changed from imagej2-b7-ndim-data to imagej2-b10-compatibility

comment:7 Changed 2014-08-20T11:47:54-05:00 by curtis

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

For now, ImageJ 1.x has these image types, and ImageJ2 does not, and that is fine. We can reevaluate whether ImageJ2 needs custom image types matching the ImageJ 1.x paradigm at a later time.