Well, sending an image is a simple matter and all one should do is to
send a header like that

Content-type: image/gif\n
\n
<the binary data of an image>

to the responce's output stream. Now the real problem is how to generate
an image. There is a nice site of some generous guy called

www.acme.com

where you can find some GIF routines.

___________________________________________________________________________
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