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.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to