Hello everybody!

I want to write a servlet that create a BufferedImage object gets the
Graphics object from it, draws some some stuff on it and finally prints out
a gif-image created from that Graphics object.
I think this is a quite basic question but didn't find a solution in the
archives at java.sun.com or in the java tutorial.
How do get a Image or an ImageProducer from a Graphics object (I'm working
with Acme.JPM.Encoders.GifEncoder to convert the Image to a gif) ?

Thanks in advance.

Michael Weller

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to