I built a photo cropping applications. The user uploads there image.

The image is loaded into an Image Component that is inside of a
Canvas. The I use the canvas and a Cropping area if you will. I have
an HSlider that allows you to scale the image. As it gets larger the
Canvas masks the edges of the image.

Once the user clicks submit I create Bitmap data out of the canvas,
witch basically takes a snap shot of the image inside of the canvas. I
encode the Bitmap into Base64 and send that to PHP to allow PHP to
create a new image file on the server.

It seams like we are loosing image quality and I know on the PHP side
the developer is setting the new image to 100% quality. 

Wondering if you guys would have any thoughts on a solution or is this
something that Flex is causing ?

Reply via email to