-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ronan Paixão wrote: > Hey, that's much more awesome! It lacks some antialiasing, though. > > Maybe we should add image manipulation support like those new > Mathematica features: > http://www.wolfram.com/products/mathematica/newin7/content/BuiltInImageProcessing/ > > It sure would be nice to have PIL > http://www.pythonware.com/products/pil/ in sage. I don't see it at > http://sagemath.org/packages/standard/ > It appears the newest version supports converting to/from numpy arrays: > http://effbot.org/zone/pil-changes-116.htm Incidentally, I just (two days ago) downloaded PIL and installed it with a simple $ sage -python setup.py install
The only issue using it was that I needed: Integer = int but after that it worked wonderfully. I got to show my Linear Algebra class how to compress images with the singular value decomposition... it was pretty fun. As far as I could tell, it's the canonical library for image manipulation with Python. If anyone was proposing including this in standard Sage, it would get a hearty +1 from me. - -Jason -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkkm0b0ACgkQ8gPPTTURhZmliACgriLLMifyO2MbeuOr60fn4V1L OUcAn2hNv1PZFx4gajXzYI5zdXfh5dsX =VWuJ -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ 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-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
