Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91380
| Path | csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.004 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'dependency': 0.07; 'processing.': 0.07; 'subject:Question': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sfxlen:2': 0.10; 'python': 0.11; 'suggest': 0.15; 'guessing': 0.16; 'processing)': 0.16; 'programmatic': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.16; '(or': 0.21; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'trying': 0.22; 'cc:no real name:2**0': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'compatible': 0.27; 'dance': 0.27; "i'm": 0.29; 'alan': 0.29; 'subject:About': 0.29; 'mention': 0.31; 'maybe': 0.31; "i'd": 0.31; 'similar': 0.32; 'common': 0.33; 'url:amazon': 0.33; 'to:addr:python-list': 0.35; 'done': 0.35; 'somebody': 0.35; 'something': 0.35; 'list': 0.35; 'but': 0.36; 'at:': 0.37; 'subject:: ': 0.37; 'author': 0.37; 'associated': 0.38; 'version': 0.38; 'received:org': 0.38; 'christian': 0.38; 'doing': 0.38; 'mean': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'learn': 0.60; 'you.': 0.64; 'url:me': 0.64; 'charset:windows-1252': 0.65; 'received:109': 0.75; 'received:btcentralplus.com': 0.84; 'url:photos': 0.84; 'all-in-one': 0.91; 'package"': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Alan Gauld <alan.gauld@btinternet.com> |
| Subject | Re: Question About Image Processing in Python |
| Date | Thu, 28 May 2015 18:16:05 +0100 |
| References | <CABsq6izAZ5HNy7gT-WSTAxrUaGNexhbLUhk92Gwtu563ys3Jow@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | host109-148-244-182.range109-148.btcentralplus.com |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
| In-Reply-To | <CABsq6izAZ5HNy7gT-WSTAxrUaGNexhbLUhk92Gwtu563ys3Jow@mail.gmail.com> |
| Cc | tutor@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.137.1432833372.5151.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1432833372 news.xs4all.nl 2920 [2001:888:2000:d::a6]:50975 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:91380 |
Show key headers only | 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
Re: Question About Image Processing in Python Alan Gauld <alan.gauld@btinternet.com> - 2015-05-28 18:16 +0100
csiph-web