6/14/2010 4:22:55 AM
Title:
convert jpeg image
Hi,
I have a jpeg image, How to convert it in flex, Please any body help, If any one having the example please send me.
Thanks & Regards,
K.V.Ramakrishna
Tyson
Points: 680
Posts:0
6/14/2010 5:13:03 AM
The process of converting a jpeg to some other format like gif or png can be as following
Load the image into flex, Capture its bitmap.Pass the bytearray of captured image to PngEncoder or gif encoder to convert to different format. The converted data can be sent to server to save.
6/14/2010 5:29:04 AM
Check my following post for saving a loaded image in flex to another format:
http://askmeflash.com/qdetail/528/save-image-using-filereference