|
From: sa6113 <s.p...@gm...> - 2008-03-26 08:33:06
|
I have a problem to load data from string or array to Image but without using PIL , because I have to check the application in 6 different platforms like Windows 32bit, Windows X64 (64bit version), Linux 32bit, Linux 64bit x86_64, Linux IPF (Itanium Processor Family) and HP-UX 64. There is a code but I don't want to use PIL : http://mail.python.org/pipermail/image-sig/1998-October/000572.html Can I accomplish the same thing using the modules that are already on the system, or those that are pure Python (not requiring any compilation or binary download)? -- View this message in context: http://www.nabble.com/load-data-from-string-or-array-to-Image-tp16297653p16297653.html Sent from the matplotlib - users mailing list archive at Nabble.com. |