MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / crop

Method crop

ij/src/main/java/ij/ImagePlus.java:2661–2663  ·  view source on GitHub ↗

Returns a copy this image or stack slice, cropped if there is an ROI. @see #duplicate @see ij.plugin.Duplicator#crop

()

Source from the content-addressed store, hash-verified

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").

Callers 6

cropAndSaveMethod · 0.95
flattenMethod · 0.95
getTransferDataMethod · 0.95
multiCropMethod · 0.95
runMethod · 0.45
findLocalMaximaMethod · 0.45

Calls 15

getStackSizeMethod · 0.95
getRoiMethod · 0.95
splitMethod · 0.95
parseDoubleMethod · 0.95
getNameMethod · 0.95
getPositionMethod · 0.95
setSliceMethod · 0.95
setRoiMethod · 0.95
getTypeMethod · 0.95
cloneMethod · 0.95
setLocationMethod · 0.95
padMethod · 0.95

Tested by

no test coverage detected