Login  Register

Re: drawing in ImageJ

Posted by Albert Cardona on Mar 18, 2006; 7:25pm
URL: http://imagej.273.s1.nabble.com/drawing-in-ImageJ-tp3703324p3703329.html

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