Why not send the 400 x 400 pixel data to the server and have the server modify it with something like ImageMagick (http://www.imagemagick.org)?
--- In [email protected], "Kyle" <[EMAIL PROTECTED]> wrote: > > Hey Everyone, > I'm trying to come up with a clever way to export a high res (300dpi) > .png image from flex to be saved on my server and later printed. The > initial bitmapdata is being taken from a 400x400 pixel Canvas > container. I then use the PNGEncoder class to turn the bitmapdata into > a bytearray and then send it on to the server. The issue is that the > .png output is at 400x400 pixels. The contents of the Canvas are all > in .swf (vector) format so I thought simply setting the scaleX/Y > properties to 4 prior to exporting might do the trick, but I have not > yet had any luck with this. Any ideas would be greatly appreciated. > > Thanks, > > Kyle >

