Ticket #1331 (closed feature: fixed)
Opened 2012-07-16T14:12:04-05:00
Last modified 2012-12-06T12:48:18-06:00
Update legacy layer to fix some plugin incompatibilities [plugins]
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Legacy Compatibility | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | #1279, #1282, #1286, #1294, #1297, #1298, #1304, #1305, #1337, #1353, #1367, #1393, #1420 | |
Blocking: |
Description (last modified by bdezonia)
There are a class of plugins that require new implementations in IJ2. But there is another class of IJ1 plugin where it does not yet work correctly but through changes to the legacy layer the incompatibility could be addressed. Fix such broken commands when possible.
Change History
comment:10 Changed 2012-07-16T14:33:17-05:00 by bdezonia
- Blocking 1298 removed
- Blocked By 1298 added
comment:11 Changed 2012-07-16T14:33:45-05:00 by bdezonia
- Blocking 1297 removed
- Blocked By 1297 added
comment:12 Changed 2012-07-16T14:34:05-05:00 by bdezonia
- Blocking 1296 removed
- Blocked By 1296 added
comment:13 Changed 2012-07-16T14:34:30-05:00 by bdezonia
- Blocking 1294 removed
- Blocked By 1294 added
comment:33 Changed 2012-08-29T16:45:52-05:00 by bdezonia
- Blocked By 1281 removed
(In #1281) It seems that in IJ1 an ImageRoi is made. And it is a rectangle with internal image values. You can place it in image and drag it around. I think there might be a way to explode it so that pixels are draw into image.
Anyhow the legacy layer simply detects it as a Rectangle roi and makes a corresponding rectangle. The legacy layer needs to determine that the roi has an image associated with it and make an (as yet unwritten) ImageOverlay that can contain and draw the data.
comment:34 Changed 2012-09-07T11:15:13-05:00 by bdezonia
- Summary changed from Update legacy layer to fix some plugin incompatibilities to Update legacy layer to fix some plugin incompatibilities (2.0.0-beta4)
comment:42 Changed 2012-09-07T11:19:00-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
comment:43 Changed 2012-12-06T12:48:18-06:00 by curtis
- Summary changed from Update legacy layer to fix some plugin incompatibilities (2.0.0-beta4) to Update legacy layer to fix some plugin incompatibilities [plugins]