Capture image from Utilities

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Capture image from Utilities

Cspr
Hello all,

Assuming I have an image opened and I, from Java, would like to save the image with ROIs I've calculated on top of it. To this end the Capture Image from the Utilities menu is used. However when doing this from Java the code

IJ.run("Capture Image","");

Does not produce a new window where the snapshot of the ROI-overlayed-image. This puzzles me as it is what ImageJ Fiji does when using Fiji instead of the program. Is there any arguement that prevents this method from being used?