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


Groups > comp.lang.python > #91380

Re: Question About Image Processing in Python

From Alan Gauld <alan.gauld@btinternet.com>
Subject Re: Question About Image Processing in Python
Date 2015-05-28 18:16 +0100
References <CABsq6izAZ5HNy7gT-WSTAxrUaGNexhbLUhk92Gwtu563ys3Jow@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.137.1432833372.5151.python-list@python.org> (permalink)

Show all headers | View raw


On 28/05/15 11:34, 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)

It would help if you told us what kind of image processing.
If you mean programmatic manipulation of images similar
to what would be done using GIMP/Photoshop then the most
common tools are ImageMagick and Pillow. But you mention
neither, so I'm guessing you are looking at doing
something else - maybe trying to analyze content?

Given the list of tools you list I'd suggest fetching
an all-in-one distro like Anaconda or Canopy. That
way somebody else does the dependency dance for you.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Question About Image Processing in Python Alan Gauld <alan.gauld@btinternet.com> - 2015-05-28 18:16 +0100

csiph-web