kai.pet...@gmail.com writes:
> The whole file. The device polls a storage area for incoming files and
> display them.

If the storage area is on disk and you don't care about speed, then it's
enough to convert the bit stream and write it out a character at a time.
Some other posters mentioned possible alternative PIL interfaces you
could use, to the one that gives you a bit stream.  The bit stream
interface sounds like a bad choice, but it's the only choice available
then go for it.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to