Re: Memory Based File Objects

2005-02-22 Thread TZOTZIOY
On 22 Feb 2005 02:06:52 -0800, rumours say that [EMAIL PROTECTED] (michael) might have written: >The Image >Documentation says that file object just has to implement seek, tell >and write. Does anybody have an example how to do that or maybe a >snipplet for an "In Memory" File Object with an unk

Re: Memory Based File Objects

2005-02-22 Thread Fuzzyman
Quick reply... check out the StringIO module Regards, Fuzzy http://www.voidspace.org.uk/python/index.shtml -- http://mail.python.org/mailman/listinfo/python-list

Memory Based File Objects

2005-02-22 Thread michael
Hi there, I am using the Python Image package to do some Image conversion. I have a "pgm" Image and this must be converted to a "1" Bits / Sample Tiff Image. There for I am using Image.save ("lala.tiff"). *hm* A Tiff Image opt. consists of several pages so I am thinking about using the pytiff pack