[Image-SIG] Python 3.0 support?

2011-06-17 Thread Bridget Baird
Anyone know when PIL will be released for Python 3.0? ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

Re: [Image-SIG] Fwd: PIL 1.1.7 and Python 2.7.1

2011-06-17 Thread Chris Mitchell
It's because the registry is different on 64 bit windows you are running into this problem. It also probably means that what you are trying to install is compiled for a 32 bit os. Chris gohlke has a 64 bit binary built. Google around and you should find his website Jeff Melvaine wrote: Is thi

Re: [Image-SIG] What does the 'F' mode mean in PIL?

2011-06-17 Thread Christopher Barker
A followup, trying to do something real It seems that the raw decoder doesn't understand all the modes listed in: http://www.pythonware.com/library/pil/handbook/decoder.htm indeed, hardly any of them ('F' only for the "floating point modes") Enclosed is some sample code I've got that attempts