(ImagePlus imp, String path)
| 1190 | } |
| 1191 | |
| 1192 | public static boolean saveFile(ImagePlus imp, String path) { |
| 1193 | return saveFile(imp, path, false, false, ""); |
| 1194 | } |
| 1195 | |
| 1196 | public static void replaceImageInWindow(ImagePlus imp, String imageName) { |
| 1197 | ImagePlus openImp = WindowManager.getImage(imageName); |
no test coverage detected