Re: Edit>Copy to Image Info available in Fiji?
Posted by
Jan Eglinger on
URL: http://imagej.273.s1.nabble.com/Edit-Copy-to-Image-Info-available-in-Fiji-tp5006293p5006294.html
Dear Martin,
On 27.01.2014, 12:13 PM, Martin Höhne wrote:
> chapter 23 of the ImageJ User Guide describes the "Edit>Copy to Image Info".
>
>
http://rsbweb.nih.gov/ij/docs/guide/146-23.html#sub:ImageJ-Macro-Editor>
> However, this command seems to be missing in the Fiji Script Editor. Is
> there a way to access this function in Fiji?
The script editor is lacking this functionality, but you can open an
ImageJ text window using *Plugins > New > Text Window...* which provides
the required command.
Via macro code:
run("Text Window...", "name=Untitled width=60 height=16 menu");
Hth,
Jan
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html