I'm still trying to sort out the image processing capabilities of Sage. One of the things my download of 4.7 has is PIL 1.1.6, which seems to have a broken Image.fromarray method. For instance,
Image.fromarray(scipy.lena()).show() gives a very odd-looking cubist interpretation of lena, indeed. Since the fromarray method was added specifically to support numpy use of PIL, it seems like a pretty critical bug. For numpy and Sage, that is, not PIL. This method appears to be substantially re-written in PIL 1.1.7 -- might even work there. Anyone know? -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
