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

Method duplicate

ij/src/main/java/ij/ImageStack.java:692–694  ·  view source on GitHub ↗

Duplicates this stack.

()

Source from the content-addressed store, hash-verified

690
691 /** Duplicates this stack. */
692 public ImageStack duplicate() {
693 return crop(0, 0, 0, width, height, size());
694 }
695
696 /** Creates a new stack by cropping this one. */
697 public ImageStack crop(int x, int y, int z, int width, int height, int depth) {

Callers

nothing calls this directly

Calls 2

cropMethod · 0.95
sizeMethod · 0.95

Tested by

no test coverage detected