Login  Register

supress showing image in jython scripts

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

supress showing image in jython scripts

bmyury
Hi,

I am writing a jython script for "headless" mode batched stiching of large tiles by stitching plugin written by S. Preibisch.

This plugin either generates and displays an image or writes file to disk but in a format that is not convenient for me.

My question:

How to pass inside jython script an image generated by imageJ plugin to imp variable without showing the image. This could be achieved by setBatchMode(true) in macro language – how to achieve it python?

thanks!!