Image processing in Flash
March 1st, 2007 by Patrick Juchli
Meet the Imageprocessing Library for Flash. It lets you manipulate images and synthesize textures in ActionScript3, most of it works in realtime and there are just too many filters to mention. Different kinds of blurs, bump mapping, encoding JPEG and PNG, curves as in Photoshop, etc. Truly a swiss army knife for your bitmap needs.
Check out the complete reference here and then procede to download!



June 3rd, 2007 at 6:35 pm
Thanks a ton for the library, you rock! its written in AS3, i was just exploring the possibilities of writing a simple image processing library in AS2. Thanks a ton for the lead…..
Sanu.
September 11th, 2007 at 8:48 pm
How can i use it into flash cs3 ? is there a way to import library through swc ?
Thank u for any suggestion
June 30th, 2008 at 6:33 am
Just copy swc file to Classes folder, something like:
C:Program FilesAdobeAdobe Flash CS3enConfigurationActionScript 3.0Classes
But when I compile it throws an error:
1172: Definition de.popforge.imageprocessing.filters.simplify could not be found.
I think, it should be missing something or the author forgot recompile after change source…
June 30th, 2008 at 6:35 am
Oh, sorry…
when I compile its demo.fla
March 17th, 2010 at 8:47 pm
Any way to animate these filters ?
July 4th, 2010 at 10:01 am
1172: Definition de.popforge.imageprocessing.filters.simplify could not be found.
how did you fix this error ?