Ticket #234 (closed task: fixed)
Opened 2010-10-01T17:27:47-05:00
Last modified 2012-02-24T14:35:29-06:00
Fix adjust brightness/contrast to work with imglib backed data
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1014 |
Description
when you run adjust brightness/contrast on imglib backed data it generates a class cast exception. it tries to create a FloatStatistics object on integer data. We need a generic statistics gathering class to fix this.
Change History
comment:2 Changed 2010-10-07T14:18:51-05:00 by bdezonia
- Status changed from accepted to closed
- Resolution set to fixed
done