Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #91363 > unrolled thread

Re: Question About Image Processing in Python

Started byTerry Reedy <tjreedy@udel.edu>
First post2015-05-28 07:05 -0400
Last post2015-05-28 06:09 -0700
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Question About Image Processing in Python Terry Reedy <tjreedy@udel.edu> - 2015-05-28 07:05 -0400
    Re: Question About Image Processing in Python wxjmfauth@gmail.com - 2015-05-28 06:09 -0700

#91363 — Re: Question About Image Processing in Python

FromTerry Reedy <tjreedy@udel.edu>
Date2015-05-28 07:05 -0400
SubjectRe: Question About Image Processing in Python
Message-ID<mailman.127.1432811156.5151.python-list@python.org>
On 5/28/2015 6:34 AM, Serge Christian Ibala wrote:

> I want to know which version of Python is compatible (or can be
> associated with which version of which "tools or package" for image
> processing)

pillow is a one standard for image processing but I see that mahotas 
does different things. pillow is both 2.x and 3.x.

> I am working under Window and it is so complicated to find out which
> version of which tool goes with which other version?

The magic site for Windows binaries is
http://www.lfd.uci.edu/~gohlke/pythonlibs/
Now pip installable with an extra arg if not automatic.

> I want to use the following package
>
> “numpy, matplotib, mahotas, ipython   OpenCV and SciPy"

opencv seems to be the only one not available for 3.x.


> Python 2.7 or Python 2.10 which version of the following tools

no 2.10, just 2.7.10, which is what you should install.

> “numpy, matplotib, mahotas, ipython, OpenCV and SciPy”

just try pip install xyz and let it pick but see above if necessary for 
Windows binaries.

> Are there any package available for image processing using Python 3.4.3?



-- 
Terry Jan Reedy

[toc] | [next] | [standalone]


#91370

Fromwxjmfauth@gmail.com
Date2015-05-28 06:09 -0700
Message-ID<417c22a0-5b54-47b0-9935-91bfba7edb6c@googlegroups.com>
In reply to#91363
Le jeudi 28 mai 2015 13:06:12 UTC+2, Terry Reedy a écrit :
> 
> The magic site for Windows binaries is
> http://www.lfd.uci.edu/~gohlke/pythonlibs/
> Now pip installable with an extra arg if not automatic.
> 

Once, Python was a usable product.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web