Returns a copy this image or stack slice, cropped if there is an ROI. @see #duplicate @see ij.plugin.Duplicator#crop
()
| 2659 | * @see ij.plugin.Duplicator#crop |
| 2660 | */ |
| 2661 | public ImagePlus crop() { |
| 2662 | return (new Duplicator()).crop(this); |
| 2663 | } |
| 2664 | |
| 2665 | /** Returns a cropped copy this image or stack, where 'options' |
| 2666 | * can be "stack", "slice", "whole-slice" or a range (e.g., "20-30"). |
no test coverage detected