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

Opened 2011-05-11T14:47:11-05:00

Last modified 2011-05-11T15:14:14-05:00

IJ1's Image::Type::HSB menu command is not working

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2011: May-09 to May-20
Component: Legacy Compatibility Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Open clown. Run Image::Type::HSB Stack on it. Notice that data is changed. However the image still reports it is an RGB image. And since it thinks its RGB it displays as RGB and we can't see what the individual layers look like. We can compare them to IJ1's values to see that its okay.

Change History

comment:1 Changed 2011-05-11T14:48:29-05:00 by bdezonia

Last sentence meant to say "when we fix IJ2 to not treat resulting image as a color image we can compare planes to IJ1's results to see if the plugin is working okay".

comment:2 Changed 2011-05-11T15:14:14-05:00 by bdezonia

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

fixed issue in LegacyImageMap. returned data looks correct though IJ2's color display code is not as accurate as IJ1.