diff --git a/ij/plugin/ImagesToStack.java b/ij/plugin/ImagesToStack.java index ec0f3729..3487212b 100644 --- a/ij/plugin/ImagesToStack.java +++ b/ij/plugin/ImagesToStack.java @@ -199,6 +199,15 @@ private ImagePlus convert(ImagePlus[] images, int count) { } ip2.insert(ip, xoff, yoff); ip = ip2; + Overlay overlay2 = images[i].getOverlay(); + if (overlay2!=null) { + overlay2.translate(xoff, yoff); + for (int j=0; j