Image processing in Flash

March 1st, 2007 by Patrick Juchli

Curves in Imageprocessing Library

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!

6 Responses to “Image processing in Flash”

  1. sanu Says:

    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.

  2. hierro Says:

    How can i use it into flash cs3 ? is there a way to import library through swc ?

    Thank u for any suggestion :)

  3. linhdoha Says:

    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… :)

  4. linhdoha Says:

    Oh, sorry…

    when I compile its demo.fla

  5. rschalch Says:

    Any way to animate these filters ?

  6. Vblue Says:

    1172: Definition de.popforge.imageprocessing.filters.simplify could not be found.

    how did you fix this error ?

Leave a Reply