Duplicates this stack.
()
| 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) { |