Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Neil Cerutti Newsgroups: comp.lang.python Subject: Re: Parsing a graph image Date: 13 May 2011 13:31:25 GMT Organization: Norwich University Lines: 14 Message-ID: <934q5dFrhdU6@mid.individual.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: individual.net GVasXh+x5CHiZpJBM+jgvQAR+0aBl1wABTaCkWpStTskvHMh26 Cancel-Lock: sha1:8pwcbuKdcPLNSFV8h5EfqY33JNA= User-Agent: slrn/0.9.9p1/mm/ao (Win32) Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5302 On 2011-05-13, Bastian Ballmann wrote: > Hi python lovers out there, > > I am searching for a library to parse data from a graph in an > image file something like > http://pytseries.sourceforge.net/_images/yahoo.png Any > suggestions, hints, links? You can do this with PIL . The technique is necessary in The Python Challenge, for example. -- Neil Cerutti