Ticket #1229 (closed defect: fixed)
Opened 2012-06-18T15:41:23-05:00
Last modified 2012-06-26T10:50:49-05:00
IJ2's version of flatten broken
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1143 |
Description
This ticket info gleaned from feature ticket #1143.
SwingOverlayManager has a flatten command. In IJ1 this does a standard flatten but also includes the outline of the active roi on the flattened image. We need to be able to copy this behavior. If you take the current ARGBScreenImage it does not have the current roi rendering info. That is handled by JHotDraw. Somehow we have to tie these things together so that we can get a view of the dataset and roi composited on it as pixels/data points. The way the ROI is drawn in IJ1 looks like the JHotDraw version of the graphics and not the drawOverlay() or fillOverlay() methods of OverlayService.
Change History
comment:1 Changed 2012-06-26T10:50:49-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
This ticket is similar to #1243. Closing.