There's a JavaWorld article on anti-aliasing using Java 2D.

http://www.javaworld.com/javaworld/jw-08-1998/jw-08-media.html

I don't know of any ImageFilters that do anti-aliasing. It seems like I saw
one a while ago but I don't remember where. Even if you did find a filter
that says it performs anti-aliasing, it would only be faking it. You need
the original vectors that make up the image to do real anti-aliasing.

Aaron

BTW,
If anybody is interested, I've got methods for drawing bezier curves,
anti-aliased lines, polygons, etc. that don't use Java 2D.


> 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

___________________________________________________________________________
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