--- In [email protected], "flashalisious" <[EMAIL PROTECTED]> wrote: > > 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 ?
I believe that there is a Base64 component on flexLib http://code.google.com/p/flexlib/wiki/ComponentList. HTH; Amy

