Ticket #1130 (closed defect: fixed)
Opened 2012-04-19T15:54:03-05:00
Last modified 2012-05-18T12:22:08-05:00
ROI operations should apply to shape outline
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | senseneyj@… | Blocked By: | |
Blocking: |
Description
After the release of beta1 in the imagej devel mailing list Justin Senseney reported:
Both Edit->Fill and Edit->Invert are filling/inverting the bounding box of an ROI, instead of the actual ROI.
Change History
comment:2 Changed 2012-04-24T13:35:45-05:00 by bdezonia
With bb9b3e569c9d5af20a0b90484a26cba92852df21 fill now fills shape rather than bounding rectangle
Note that in IJ1 you have option to fill roi shape across all slices. This still needs to be added,
And invert needs to be updated yet.
comment:3 Changed 2012-04-26T16:14:20-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta2 to imagej-2.0.0-beta3
comment:4 Changed 2012-04-29T21:18:23-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Shortly after beta 2 was released I updated the code. All operations are now aware of the shape of the current roi and can be applied in the current plane or across all planes.
comment:5 Changed 2012-05-18T12:22:08-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta2