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 #1017 (closed feature: fixed)

Opened 2012-02-24T15:28:07-06:00

Last modified 2012-02-24T15:29:02-06:00

Extensible pixel type support

Reported by: curtis Owned by: bdezonia
Priority: major Milestone: imagej2-b1-initial
Component: Data Model Version:
Severity: major Keywords:
Cc: Blocked By: #299, #304, #310
Blocking:

Description

ImageJ1 supports pixels in uint8, uint16 and float32, and to a lesser extent int16. It also supports 24-bit packaged RGB color.

ImageJ2 supports any type ImgLib does, including: int8, uint8, int16, uint16, int32, uint32, int64, float32, float64, uint12 and uint1 (binary). ImgLib also supports complex data types. Most importantly, it is extensible, so that the inclusion of new types into ImageJ2 is possible in the future.

Change History

comment:1 Changed 2012-02-24T15:29:02-06:00 by curtis

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

These additional pixel types are working in ImageJ2 now, except for complex numbers (see ticket #978 and #845).

Last edited 2012-02-27T09:10:47-06:00 by bdezonia

comment:2 Changed 2012-02-24T15:29:14-06:00 by curtis

  • Blocked By 299 added

comment:3 Changed 2012-02-24T16:01:32-06:00 by curtis

  • Blocked By 304 added

comment:4 Changed 2012-02-24T16:06:16-06:00 by curtis

  • Blocked By 310 added