PDA

View Full Version : Median Filter


discreate
12-29-2006, 01:45 PM
Does anyone know of any existing actionscript code (as2 or as3, functions or classes) that performs a median filter on a bitmap? Seems like it's kind of a common image processing filter, but I couldn't find anything online in my google searching.

Additionally, if you know of any collections of as2 or as3 code for image processing filters in general, it would be much appreciated. An efficient Mosaic filter would be useful to me as well.

gugu_ibz
01-01-2007, 09:53 PM
Hi. Happy New Year!
Look this links:

Package flash.filters (http://www.brajeshwar.com/reference/as2/flash/filters/package-detail.html)

Also available in: Adobe (http://livedocs.macromedia.com/labs/as3preview/langref/flash/filters/package-detail.html)

Using Filters (http://www.informit.com/guides/content.asp?g=flash&seqNum=341&rl=1)

Animating with the New Flash Professional 8 Filters (http://www.informit.com/articles/article.asp?p=471932&rl=1)

Applying Filters with ActionScript (http://www.adobetutorialz.com/articles/2204/1/Applying-Filters-with-ActionScript)

Google keywords: "flash image filters" (...de aproximadamente 26.100.000 de flash image filters. (0,06 segundos).
Bye.