|
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
|