call snapshot in 3dviewer from a macro (Fiji)

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

call snapshot in 3dviewer from a macro (Fiji)

laurent louis
I would like to call the snapshot command that is available in the Fiji version of 3d viewer from a macro.
Any kind of help will be much appreciated,

Best,
Laurent.
Reply | Threaded
Open this post in threaded view
|

Re: call snapshot in 3dviewer from a macro (Fiji)

Benjamin Schmid-2
Hi Laurent,

On 07:30 Mon 09 Jan     , laurent louis wrote:
> I would like to call the snapshot command that is available in the Fiji
> version of 3d viewer from a macro.
> Any kind of help will be much appreciated,

Get the newest version of the 3D Viewer through the Fiji updater, it
supports taking snapshots from a macro. The command is
call("ij3d.ImageJ3DViewer.snapshot", "600", "400");

where the two numbers specify the desired width and height of the
produced snapshot.

Best,
Bene