ij.gui.Toolbar.setBrushSize() -- limit?

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

ij.gui.Toolbar.setBrushSize() -- limit?

Daniel Hornung
Hello everyone,

setBrushSize(int) has a lower limit of 5, whereas with the tool buttons, it
can be set down to 1 (or even 0, which disables the brush tool and uses
elliptical selectin instead).  Is there a reason for this limit or could it be
removed?

Cheers,
Daniel

--
Max-Planck-Institute for Dynamics and Self-Organization
Laboratory for Fluid Dynamics, Pattern Formation and Nanobiocomplexity
Biomedical Physics Group

Am Fassberg 17
D-37077 Goettingen

(+49) 551 5176 373
Reply | Threaded
Open this post in threaded view
|

Re: ij.gui.Toolbar.setBrushSize() -- limit?

Rasband, Wayne (NIH/NIMH) [E]
On Sep 15, 2011, at 5:56 AM, Daniel Hornung wrote:

> Hello everyone,
>
> setBrushSize(int) has a lower limit of 5, whereas with the tool buttons, it
> can be set down to 1 (or even 0, which disables the brush tool and uses
> elliptical selectin instead).  Is there a reason for this limit or could it be
> removed?

Toolbar.setBrushSize(int) has a lower limit of 1 in the ImageJ 1.45p daily build.

-wayne
Reply | Threaded
Open this post in threaded view
|

Re: ij.gui.Toolbar.setBrushSize() -- limit?

Daniel Hornung
In reply to this post by Daniel Hornung
On Friday, September 16, 2011 04:31:58 you wrote:

> On Sep 15, 2011, at 5:56 AM, Daniel Hornung wrote:
> > Hello everyone,
> >
> > setBrushSize(int) has a lower limit of 5, whereas with the tool buttons,
> > it can be set down to 1 (or even 0, which disables the brush tool and
> > uses elliptical selectin instead).  Is there a reason for this limit or
> > could it be removed?
>
> Toolbar.setBrushSize(int) has a lower limit of 1 in the ImageJ 1.45p daily
> build.
>

Thanks!