Ticket #819 (closed enhancement: fixed)
Opened 2011-10-12T12:59:43-05:00
Last modified 2012-12-11T16:33:18-06:00
Make a general case crop plugin
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1572 |
Description
The CropImage plugin crops in X & Y. Define a generalized crop plugin that, similar to delete data, handles any number of dimensions given. Unlike delete data (which defines which hyperplanes to remove) the generalized crop would define which hyperplanes to keep.
Change History
comment:3 Changed 2012-12-06T11:22:08-06:00 by bdezonia
- Milestone changed from imagej-2.0.0 to imagej-2.0.0-beta10
comment:4 Changed 2012-12-11T16:31:08-06:00 by bdezonia
- Blocking 1524 removed
- Milestone changed from imagej2-b10-compatibility to imagej2-b6-legacy-undo
comment:5 Changed 2012-12-11T16:32:25-06:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
This kind of functionality was added to the Duplicate plugin via the SamplerService in a previous beta. One can define axes to keep and various ranges of values are supported.