[Image-SIG] Undeliverable mail (fwd)

Fredrik Lundh fredrik@pythonware.com
Sun, 21 Feb 1999 20:38:40 +0100


Les Schaffer wrote:
>also, documentations on getdata() would be greatly appreciated; for
>example:
>
>getdata(). Returns the contents of a the image as a sequence object
>containing pixel values. The sequence object is flattened, so that
>values for line one follows directly after the values for line zero,
>and so on.
>
/.../
>
>errrr wheres the DATA??????????

it's a sequence object, just as the doc says.
 "x[i]" and "len(x)" and "for pixel in x" and
"list(x)" etc works as they should.

but alright, a nice repr method would
be nice.  when I find the time...

Cheers /F
http://www.pythonware.com/people/fredrik