Hi, I did some work a while back on a servlet to generate antialiased text. I was planning to use it to generate headers for web pages. Basically, I used Java2D and the GifEncoder class from Acme Labs, www.acme.com (way cool site). The code's pretty rough-looking, as I never got the chance to really finish it, but it works well enough. If you'd like the source, let me know. --John Riney [EMAIL PROTECTED] Analyst, Arthur D. Little, Inc. > -----Original Message----- > From: elci ap3 [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 20, 1999 11:13 AM > To: [EMAIL PROTECTED] > Subject: Q: anti-aliased text with GifServlet? (RE: what is the > content ty pe for .gif files?) > > Hi, > > in addition to Javeed's question and Aaron's GifServlet-hints now my > problem: > I want to use the GifServlet source, but I want to generate gifs including > ANTI-ALIASED text. > > Does anyone have a java-class like "TransparentFilter.java" (which is > included in GifServlet.zip) which does anti-aliasing: > "AntialiasFilter.java" or so??? > > Mit freundlichen Gr��en > > Dietmar Scharf > > __________________________________________________________ > > Dietmar Scharf > Student an der Technischen Universit�t M�nchen und am Center for Digital > Technology and Management > > Zertifizierungen: > Microsoft Certified Professional > > * Tel. +49 89 9221 - 4803 > oder +49 171 7155187 (mobil) > > > -----Urspr�ngliche Nachricht----- > > Von: Aaron Porter [SMTP:[EMAIL PROTECTED]] > > Gesendet am: Montag, 19. April 1999 20:50 > > An: [EMAIL PROTECTED] > > Betreff: Re: what is the content type for .gif files ? > > > > You can use GifServlet, available for free at > > http://www.metawerx.com.au/aaron.porter > > > > It makes dynamic generation of GIF images from a servlet easy! > > > > Aaron > > > > > -----Original Message----- > > > From: Javeed Akthar [mailto:[EMAIL PROTECTED]] > > > Sent: Monday, April 19, 1999 1:39 AM > > > To: [EMAIL PROTECTED] > > > Subject: what is the content type for .gif files ? > > > > > > > > > Hi, > > > > > > i would like to know how to write images to the browser from servlets. > > > i mean > > > when u r writing text, u say > > > > > > servletOutputStreamobj.setContentType ("text/html") > > > > > > same way what is the content type for .gif files ? > > > > > > and do we use servletOutputStreamobj.println ( ) for writing > > > image data > > > ? > > > > > > Thanks in advance. > > > > > > Regards, > > > > > > Javed > > > > > __________________________________________________________________________ > _ > > 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 > > __________________________________________________________________________ > _ > 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 ___________________________________________________________________________ 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
