Re: drawing in ImageJ
Posted by
Tony Collins-2 on
Mar 22, 2006; 2:47pm
URL: http://imagej.273.s1.nabble.com/drawing-in-ImageJ-tp3703324p3703327.html
Hi Joseph,
Try selecting a stright line, edit the nodes unitl it's exactly where
you want it then hit the 'd' key on the keyboard (or right click
'Draw'). It'll draw the straight line in the foreground colour.
It may be possible to write a toolbar macro to draw the line as soon as
you finish selecting it - but I would guess this would not allow such
precise drawing.
Regards,
Tony
Joseph Vandergracht wrote:
> Albert,
>
> Actually it does most of what I need. One thing it does lack is a tool for drawing straight line.
>
> If it ever proves too much of a problem, I will take your advice and look at the extension to Images
> Canvas.
>
> thanks,
>
> Joe van der Gracht
>
> On Sat, 18 Mar 2006 11:25:43 -0800, Albert Cardona <
[hidden email]> wrote:
>
>
>> Joseph,
>>
>> ImageJ itself may not be very useful for drawing, but remember it is built on
>> top of java. Explore the ij.gui.ImageCanvas.paint(Graphics g) in a class that
>> extends ImageCanvas, and the java.awt.Graphics methods. There is a lot that
>> can be done directly on the Graphics object.
>>
>> Albert
>> ===========================================================
>>
> ==============
>