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

Opened 2010-10-15T16:03:20-05:00

Last modified 2010-10-15T16:08:48-05:00

ImageJ : further implement new pixel type support

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2010: Oct-04 to Oct-15
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Work on code in ij packages and imagej packages to further support the new imglib backed pixels types

Change History

comment:1 Changed 2010-10-15T16:08:45-05:00 by bdezonia

  • Status changed from new to accepted

Fixed/enhanced the following:

  • extended calculations of various bytesPerPixel calcs, memory in use calcs, etc.
  • scaling an image resulted in a crash
  • imglibprocessor::createProcessor() could error out
  • changes to image not reflected on screen
  • fill values working for all pixel types
  • imglibprocessor::applyTable() could crash with an imglib bug
  • salt & pepper could crash
  • image math reciprocal function was broken
  • image adjust threshold could crash
  • image analyze particles could crash
  • using the wand could crash

comment:2 Changed 2010-10-15T16:08:48-05:00 by bdezonia

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