Ticket #1531 (closed defect: invalid)
Opened 2012-10-16T09:22:41-05:00
Last modified 2014-12-15T13:03:36-06:00
The legacy Control Panel plugin does not work
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b10-compatibility |
Component: | Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1396 |
Description
open boats
open the Control Panel plugin
activate the 16-bit command in the control panel.
nothing happens
from the menu run Show Info
After return from that plugin data types do not change so its not like the 16-bit plugin ran without harmonization. Rather its like it never ran at all.
Maybe we need a pure IJ2 implementation
Change History
comment:1 Changed 2012-10-16T09:46:23-05:00 by bdezonia
comment:2 Changed 2012-12-06T10:28:56-06:00 by bdezonia
- Blocking 1396 added
- Milestone changed from imagej-2.0.0-beta10 to imagej-2.0.0-beta9
comment:3 Changed 2012-12-06T10:35:48-06:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta9 to imagej-2.0.0-beta10
comment:4 Changed 2014-12-15T13:03:36-06:00 by curtis
- Status changed from new to closed
- Resolution set to invalid
No longer applicable, since we only support legacy plugins from within the legacy UI now.
Note that choosing Multiply from the Process > Math menu looks like it has no effect. However when you run the Show Info plugin afterwards the pixel values do change to the multiplied ones. So it looks like harmonization is getting skipped (because control panel plugin doesn't terminate) and that the failure of 16-bit command is some other issue.