Carl Karsten wrote:

> I saw some mention of that in the IM docs.  any idea why .tostring doesn't 
> work?

the tostring method returns pixel data as a packed array, not data in an 
image interchange file format.

(tostring/fromstring is a common data interchange protocol for array-
style objects in Python; see e.g. the array module and numerical python).

</F>

_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to