Monday, 7 May 2007

Flex Image Processing

Hi All,

Check this amazing Image Processing Library available for Flex / Action Script. The Imageprocessing Library is licensed under a Creative Commons License.

Useful features:

1) BrightnessCorrection
2) ContrastCorrection
3) Grayscale
4) Emboss
5) Export as JPEG
6) Export as PNG
7) Normalize
8) Ripple
9) RedEyeRemoval
10) Tile
… And many more


I have assembled one example just to get the idea of how it’s all working. I will post the Source code very soon. Meanwhile play with it and explore the component yourself.
http://www.geocities.com/j_c_desai/ImageEditing/ImageEditing.html





More details at http://blog.je2050.de/

You can download Latest version here.
And Documentation is at http://je2050.de/imageprocessing/

All the best

Jatin

5 comments:

Jatin Desai said...

Hi,

I have added the source code here:
http://www.geocities.com/j_c_desai/ImageEditing/srcview/index.html

or you can right click and view the source

happy coding,

Jatin

Anonymous said...

Nice work.
Thanks for the source code.

Stefan said...

can you help me?

i have include 2 buttons: sepia and BW. I will when i click on sepia button that the previus filter removed?
what i must be doing. sorry for my bad english

Rem0teMeth0d said...

Great work! Thanks for sharing the example source.

Mahedi said...

Hi, i’m using flex builder 3.When i want to run your example code the following error occured.

import de.popforge.imageprocessing.filters.color.*;
import de.popforge.imageprocessing.filters.convolution.*;
import de.popforge.imageprocessing.filters.render.*;
import de.popforge.imageprocessing.filters.noise.*;
import de.popforge.imageprocessing.filters.distortion.*;
import de.popforge.imageprocessing.filters.morphological.*;
import de.popforge.imageprocessing.core.*;

this classes could not be found.

please help me about that.