Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #5516
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <balle@chaostal.de> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.008 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'url:sourceforge': 0.02; 'python': 0.07; 'content-type:multipart/signed': 0.09; 'graph': 0.09; 'subject:image': 0.09; 'am,': 0.14; 'wrote:': 0.14; 'content-type:application/pgp-signature': 0.16; 'filename:fname piece:asc': 0.16; 'filename:fname piece:signature': 0.16; 'filename:fname:signature.asc': 0.16; 'kern': 0.16; 'solves': 0.16; 'subject:graph': 0.16; '-0500': 0.19; 'header:In-Reply- To:1': 0.22; 'e.g.': 0.22; 'file,': 0.22; 'here?': 0.23; '+0200': 0.25; 'extract': 0.25; 'there.': 0.26; "i'm": 0.26; 'hi,': 0.29; 'fri,': 0.29; 'points': 0.31; 'tool.': 0.31; 'to:addr:python- list': 0.32; 'project': 0.32; 'source': 0.32; 'file.': 0.34; 'there': 0.35; 'problem,': 0.35; 'open': 0.35; 'tool': 0.35; 'doing': 0.36; 'charset:us-ascii': 0.36; 'data': 0.37; 'user': 0.38; 'but': 0.38; 'to:addr:python.org': 0.39; 'received:de': 0.39; 'header:Mime-Version:1': 0.39; 'how': 0.39; "it's": 0.40; 'header:Received:5': 0.40; 'contained': 0.40; 'exact': 0.60; '2011': 0.62; 'url:net': 0.62; 'free': 0.62; 'received:77': 0.63; 'miss': 0.68; '100%': 0.82; 'schrieb': 0.84 |
| Date | Mon, 16 May 2011 15:38:54 +0200 |
| From | Bastian Ballmann <balle@chaostal.de> |
| To | python-list@python.org |
| Subject | Re: Parsing a graph image |
| In-Reply-To | <iqk1c5$45n$1@dough.gmane.org> |
| References | <mailman.1510.1305281943.9059.python-list@python.org> <90jv98-322.ln1@satorlaser.homedns.org> <20110513142445.0792eb4e@chaostal.de> <iqk1c5$45n$1@dough.gmane.org> |
| X-Mailer | Claws Mail 3.7.9 (GTK+ 2.24.4; i686-pc-linux-gnu) |
| Mime-Version | 1.0 |
| Content-Type | multipart/signed; micalg=PGP-SHA1; boundary="Sig_/1.K1a47vTNwYjGv+EQTnu93"; protocol="application/pgp-signature" |
| X-Virus-Scanned | Debian amavisd-new at lucy.chaostal.de |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1641.1305553127.9059.python-list@python.org> (permalink) |
| Lines | 50 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1305553127 news.xs4all.nl 41117 [::ffff:82.94.164.166]:54700 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:5516 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hi,
the project sounds like the exact tool that i need but regarding the
user manual one has to mark the points on the graph manually. Therefore
it's more work to get the data out than doing it without a tool. Or may
I miss something here?
Greets
Basti
Am Fri, 13 May 2011 14:38:45 -0500
schrieb Robert Kern <robert.kern@gmail.com>:
> On 5/13/11 7:24 AM, Bastian Ballmann wrote:
> > Hi,
> >
> > Am Fri, 13 May 2011 14:01:48 +0200
> > schrieb Ulrich Eckhardt<ulrich.eckhardt@dominolaser.com>:
> >
> >> I'm not sure I understand 100% what you want. If you want to
> >> extract ("parse") the data that is contained in an image file, I
> >> have no clue how to do that.
> >
> > Yes, I want to extract the data that is contained in an image file.
>
> There is nothing in Python that solves this problem, per se, but
> there are free and open source tools for this out there. E.g.
>
> http://digitizer.sourceforge.net/
>
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Parsing a graph image Bastian Ballmann <balle@chaostal.de> - 2011-05-13 12:19 +0200
Re: Parsing a graph image Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2011-05-13 14:01 +0200
Re: Parsing a graph image Bastian Ballmann <balle@chaostal.de> - 2011-05-13 14:24 +0200
Re: Parsing a graph image Laurent Claessens <moky.math@gmail.com> - 2011-05-13 14:30 +0200
Re: Parsing a graph image Laurent Claessens <moky.math@gmail.com> - 2011-05-13 14:30 +0200
Re: Parsing a graph image Laurent Claessens <moky.math@gmail.com> - 2011-05-13 14:30 +0200
Re: Parsing a graph image Laurent Claessens <moky.math@gmail.com> - 2011-05-13 14:30 +0200
Re: Parsing a graph image Laurent Claessens <moky.math@gmail.com> - 2011-05-13 14:30 +0200
Re: Parsing a graph image saurabh verma <nitw.saurabh@gmail.com> - 2011-05-13 18:12 +0530
Re: Parsing a graph image Laurent Claessens <moky.math@gmail.com> - 2011-05-13 14:43 +0200
Re: Parsing a graph image Robert Kern <robert.kern@gmail.com> - 2011-05-13 14:38 -0500
Re: Parsing a graph image Bastian Ballmann <balle@chaostal.de> - 2011-05-16 15:38 +0200
Re: Parsing a graph image John J Lee <jjl@pobox.com> - 2011-05-21 15:06 +0100
Re: Parsing a graph image Neil Cerutti <neilc@norwich.edu> - 2011-05-13 13:31 +0000
csiph-web