What do you mean by generating ? There are several solutions - some where you can draw images - some where you can create images from data - some where you can process images
Drawing solutions: http://www.eteks.com/pja/en/ AWT (Link not at hand) Charting solutions: http://cewolf.sourceforge.net/ http://jsci.sourceforge.net/ (http://www-106.ibm.com/developerworks/java/library/j-2dgraphics/) http://www.jfree.org/jfreechart/index.html (http://www.javaworld.com/javaworld/jw-12-2002/jw-1227-opensourceprofile.html) Processing solutions: http://rivit.cs.byu.edu/jigl/ http://java.sun.com/products/java-media/jai/docs/index.html For some kind of applications you can chain Drawing solutions with the Processing solutions. > -----Original Message----- > From: Thorsten M�ller [mailto:[EMAIL PROTECTED] > Sent: Friday, October 31, 2003 2:33 PM > To: Tomcat Users List > Subject: generate images on the fly > > > Hi, > > slightly off topic but does anybody know an Java open source > framework or > class library which makes it possible to generate images > (gif, jpg, png) on > the fly on server side and send them to the client (or store > them on the web > app context)? > > Thanks, > Thorsten > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
