How to read a jpg bytearray from a Flash AS3 file

Kay Schluehr kay.schluehr at gmx.net
Fri Sep 26 04:30:51 EDT 2008


On 26 Sep., 08:47, rsgallo... at gmail.com wrote:
> I'm trying to save an image from a Flash AS3 to my server as a jpg
> file. I found some PHP code to do this, but I want to do this in
> Python.

I'd expect you use AS3 to save the image file ( just looking at Adobes
AS3 docs on how this works ) and load it with PIL if you want to post-
process it in Python:

http://www.pythonware.com/products/pil/



More information about the Python-list mailing list