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 #232 (closed defect: fixed)

Opened 2010-10-01T17:22:20-05:00

Last modified 2012-02-24T14:37:32-06:00

Fix ImageJ bugs apparent with imglib backed images created with File New Image

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

Description

After some initial testing of imglib support in ImageJ I have found a number of problems. I'll list them below but they need to be broken out into separate tickets and handled.

New Image: fill with ramp - nearly all types draw ramp wrong. 32-bit unsigned ramp values look wrong too.

Image Adjust Brightness/Contrast - class cast exception since it inspects type and tries to hatch a FloatStatistics in fall through case.

Apply LUT - array index out of bounds error. probably an imglib bug. maybe a planarAccess bug.

EnhanceContrast - bombs with bad dimensions sent to an operation when setting up Undo

Salt and Pepper - class cast exception

Math : Erode/Dilate/Open/Close - class cast exception. Actually the whole menu does not support imglib

Math : Reciprocal won’t work on anything but FloatProcessor

Math : Abs wants ShortProc or ColorProc(not sure)

FFT - class cast excep

BandPass - verifyDims fails

FD Math - hatches FloatProcs - may need to change

Analyze: Measure/AnalyzeParticles/Histogram - class cast except

Change History

comment:1 Changed 2010-10-01T17:22:29-05:00 by bdezonia

  • Status changed from new to accepted

comment:2 Changed 2010-10-26T09:50:19-05:00 by bdezonia

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

some of these are fixed. will break out additional tickets as needed

comment:3 Changed 2012-02-24T14:10:36-06:00 by curtis

  • Blocking 1010 added

comment:4 Changed 2012-02-24T14:30:32-06:00 by curtis

  • Blocking 1010 removed

comment:4 Changed 2012-02-24T14:37:32-06:00 by curtis

  • Blocking 1014 added