We have a simple class which makes an converts to bitmap data to grayscale.
After creating it I looked at creating an antialias filter. With some googlin I found a collection of java filter classes which provided lots of filters.

http://www.jhlabs.com/ip/index.html

I looked at converting the whole lot to actionscript using j2as but some of the classes relied on a few awt classes and it was getting late :)  Even if they cant be converted to actionscript they are an excellent resource for people looking implement somthing similar in actionscript.

I know there are big performance issues with manipulating bitmap data using maths compared to using the built in filters however for some situations it just does the trick.

Probably the first place to start is a common set of interfaces for filters separated by type.

Anyway great idea.

-- luke

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to