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

Opened 2012-06-25T14:02:32-05:00

Last modified 2013-04-15T09:57:52-05:00

Fix Image Type bugs

Reported by: curtis Owned by: curtis
Priority: major Milestone: imagej2-b10-compatibility
Component: Core Version:
Severity: major Keywords:
Cc: Blocked By: #629
Blocking:

Description

There are a number of minor problems with various Image Type conversions and behavior.

Change History

comment:1 Changed 2012-06-25T14:03:10-05:00 by curtis

  • Blocked By 629 added

comment:2 Changed 2012-06-25T14:03:23-05:00 by curtis

  • Blocked By 912 added

comment:3 Changed 2012-06-25T15:09:09-05:00 by curtis

  • Blocked By 586 added

comment:4 Changed 2012-08-03T13:48:11-05:00 by curtis

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

comment:5 Changed 2012-08-03T14:20:31-05:00 by bdezonia

  • Blocked By 1368 added

comment:6 Changed 2012-08-17T15:33:21-05:00 by aivar

  • Blocked By 1420 added

comment:7 Changed 2012-08-17T15:41:12-05:00 by bdezonia

  • Blocked By 1420 removed

comment:8 Changed 2012-09-13T11:09:30-05:00 by bdezonia

  • Blocked By 1474 added

comment:9 Changed 2012-10-10T15:10:39-05:00 by bdezonia

  • Blocked By 1474 removed

comment:10 Changed 2012-10-10T15:39:54-05:00 by bdezonia

  • Summary changed from Fix Image Type bugs to Fix Image Type bugs (2.0.0-beta6)

comment:11 Changed 2012-11-21T09:58:36-06:00 by bdezonia

  • Summary changed from Fix Image Type bugs (2.0.0-beta6) to Fix Image Type bugs (2.0.0-beta7)

comment:12 Changed 2012-11-21T09:59:19-06:00 by bdezonia

  • Blocked By 586 removed

comment:13 Changed 2012-11-21T09:59:39-06:00 by bdezonia

  • Blocked By 912 removed

comment:14 Changed 2012-11-21T10:00:08-06:00 by bdezonia

  • Blocked By 1368 removed

comment:15 Changed 2012-12-06T12:53:49-06:00 by curtis

  • Summary changed from Fix Image Type bugs (2.0.0-beta7) to Fix Image Type bugs [ndim-data]

comment:16 Changed 2013-01-22T12:51:05-06:00 by bdezonia

  • Milestone changed from imagej2-b7-ndim-data to imageJ-2.0.0-TO-REFILE

comment:17 Changed 2013-03-19T13:35:22-05:00 by curtis

  • Summary changed from Fix Image Type bugs [ndim-data] to Fix Image Type bugs

comment:18 Changed 2013-04-15T09:57:52-05:00 by curtis

  • Milestone changed from imagej2-unscheduled to imagej2-b10-compatibility

Filing to b10-compatibility for now, since this must work the same as IJ1. However, that assumes we don't go a different direction for types. Rather than having each type have its own menu item in a submenu, we could have a single "type change" plugin that discovers all available pixel types (which are expressed as ImageJ plugins of a particular type, wrapping their ImgLib2 counterparts). If we do that, this feature will change a bit because we will no longer have to worry about checkbox menu items in this circumstance.