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 #508 (closed enhancement: fixed)

Opened 2011-05-09T16:48:53-05:00

Last modified 2011-06-07T10:20:29-05:00

Preserve IJ1 metadata

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2011: Jun-06 to Jun-17
Component: Data Model Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

In IJ1 an ImageStack can have a label for each slice. IJ2 does not maintain this. Decide whether to support this functionality and if so implement it.

Change History

comment:1 Changed 2011-05-09T16:52:25-05:00 by bdezonia

One reason I noticed this was because of the legacy Image::Type plugins (HSB Stack and RGB stack). In IJ1 each slice is labeled with Hue/Saturation/Brightness or Red/Green/Blue. That info is lost to IJ2.

comment:2 Changed 2011-05-31T15:22:28-05:00 by bdezonia

  • Summary changed from Preserve IJ1 slice labelling to Preserve IJ1 metadata

Expanding the scope of this ticket. Maintain all IJ1 metadata into IJ2 and back. IJ1 has a image title, calibration values, units, file info, image stack title, image slice label, and Properties.

comment:3 Changed 2011-06-06T12:47:50-05:00 by bdezonia

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

Found similar ticket (#516). Moved this info in there and am closing this ticket.

comment:4 Changed 2011-06-07T10:20:29-05:00 by bdezonia

  • Milestone changed from imagej-2.0-beta1 to biweekly-2011: Jun-06 to Jun-17