From: <Do...@ao...> - 2002-07-27 02:09:38
|
Yes, I have used the Python Imaging Library to translate some binary image files into JPEG and vice versa. I have still had to use another tool after to stitch them together for a movie. I realize this may not QUITE be what everyone would like, but it was what I needed/need. I don't know if the way I got PIL working is quite standard. The PIL install more or less assumes that you are using the PythonWorks version of Python. So I ended up moving stuff from the directory it installed in into my "regular" Python directory. I am curious, has someone installed VPython over a PythonWorks installation, rather than the "by the book" install over the standard Python release? If you want, I will get the code I mentioned above for tranlating the data arrays into JPEG and vice versa off my laptop and post. (At least, as long as I can do JPEG stuff without royalties) :-) Wayne Keen |