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

Opened 2010-09-24T16:12:16-05:00

Last modified 2012-02-24T14:35:13-06:00

ImageJ - integrate imglib images into NewImage

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2010: Sep-20 to Oct-01
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1014

Description

change NewImage to create new images with imglib types.

Change History

comment:1 Changed 2010-09-24T16:12:21-05:00 by bdezonia

  • Status changed from new to accepted

comment:2 Changed 2010-09-24T16:12:56-05:00 by bdezonia

Can create images. Until the set/getPixels by ref changes are in place cannot test that it is working.

comment:3 Changed 2010-09-29T15:43:54-05:00 by bdezonia

set/get pixel planar access code in place. get a runtime exception. curtis investigating. can't test my code until this is fixed.

comment:4 Changed 2010-09-29T17:23:39-05:00 by curtis

The immediate bug with null planes is fixed in imglib now; see  imglib:78ffe083ec79b798abc41791dc099313e185b3c3.

comment:5 Changed 2010-10-01T17:13:52-05:00 by bdezonia

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

now working. other bugs apparent. will open other tickets

comment:6 Changed 2012-02-24T14:35:13-06:00 by curtis

  • Blocking 1014 added