Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.mixmin.net!news2.arglkargh.de!zen.net.uk!dedekind.zen.co.uk!reader02.nrc01.news.zen.net.uk.POSTED!not-for-mail From: Nobody Subject: Re: Imaging libraries in active development? Date: Thu, 29 Nov 2012 18:45:54 +0000 User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Message-Id: Newsgroups: comp.lang.python References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lines: 12 Organization: Zen Internet NNTP-Posting-Host: 90cfd105.news.zen.co.uk X-Trace: DXC=:>HNDQZU2=Td]c;>LNFRcS]G;bfYi23hT=dR0\ckLKGPWeZ<[7LZNRVddk;_YC;LFXNQ<`Sf8^Ta_bZ11_47VD^R@__W9[:iOAV X-Complaints-To: abuse@zen.co.uk Xref: csiph.com comp.lang.python:34076 On Wed, 28 Nov 2012 04:30:25 -0800, Alasdair McAndrew wrote: > What I want to know is - what are the current "standard" libraries for > image processing in Python which are in active development? NumPy/SciPy. PIL is fine for loading/saving image files (although if you're using a GUI toolkit, that probably has its own equivalents). But for any non-trivial processing, I normally end up using either NumPy or (if speed is an issue) PyOpenGL/GLSL.