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


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

Re: Question About Image Processing in Python

Started byAlan Gauld <alan.gauld@btinternet.com>
First post2015-05-28 18:16 +0100
Last post2015-05-28 18:16 +0100
Articles 1 — 1 participant

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 Alan Gauld <alan.gauld@btinternet.com> - 2015-05-28 18:16 +0100

#91380 — Re: Question About Image Processing in Python

FromAlan Gauld <alan.gauld@btinternet.com>
Date2015-05-28 18:16 +0100
SubjectRe: Question About Image Processing in Python
Message-ID<mailman.137.1432833372.5151.python-list@python.org>
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

[toc] | [standalone]


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


csiph-web