Ticket #700 (closed defect: fixed)
Opened 2012-04-10T17:14:21-05:00
Last modified 2012-04-19T16:00:23-05:00
Binning is broken
| Reported by: | aivar | Owned by: | aivar |
|---|---|---|---|
| Priority: | major | Milestone: |
|
| Component: | slim-plugin | Severity: | serious |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Binning used to work but major refactoring leaves it broken.
Change History
comment:1 Changed 2012-04-19T16:00:23-05:00 by aivar
- Status changed from new to closed
- Resolution set to fixed
Fixed. Fortunately I was able to reuse the SezPoz discovery strategy for binning plugins that I had in my earlier implementation. (The earlier implementation binned the entire image at once, this latest version does a pixel at a time. This also makes the app more responsive.)