Login  Register

Re: drawing in ImageJ

Posted by jvander on Mar 21, 2006; 9:10pm
URL: http://imagej.273.s1.nabble.com/drawing-in-ImageJ-tp3703324p3703326.html

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