Re: Text Overlays
Posted by Michael Schmid on Jul 12, 2011; 2:39pm
URL: http://imagej.273.s1.nabble.com/Text-Overlays-tp3683941p3683942.html
Hi Alex,
Image>Overlay>To ROI Manager makes individual ROIs from the text
overlays.
You can then move them (check 'Edit Mode') and, using the Text tool,
delete from the end or append to the end of the text currently selected.
I have not figured out whether one can convert the list of ROIs back
to overlays with a single command - a simple macro looping through
the ROI Manager items should do.
Michael
________________________________________________________________
On 11 Jul 2011, at 21:48, alexwatson wrote:
> I am trying to create a plug-in with an option to add multiple
> TextROIs to an
> image. I want the ROIs to be able to be moved independently of
> each other.
> I want it to be like the text tool, except I would like to make the
> text
> remain movable and editable. Does anyone know an easy way?