Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #32375
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feed.xsnews.nl!border-2.ams.xsnews.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <icgwh@tagyourself.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'subject:help': 0.07; 'modifies': 0.09; 'pixels': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'gui': 0.11; 'library': 0.15; 'component': 0.15; 'value.': 0.15; 'disk.': 0.16; 'fancy': 0.16; 'png': 0.16; 'subject:3.3': 0.16; 'subject:need': 0.17; 'creates': 0.18; 'trying': 0.21; 'defined': 0.22; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'image,': 0.29; 'array': 0.29; "i'm": 0.29; 'stuff': 0.30; 'code': 0.31; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'cc:no real name:2**1': 0.36; 'display': 0.36; 'being': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'fact': 0.38; 'think': 0.40; 'from:no real name:2**0': 0.60; 'kind': 0.61; 'life,': 0.62; 'more': 0.63 |
| Newsgroups | comp.lang.python |
| Date | Mon, 29 Oct 2012 06:39:03 -0700 (PDT) |
| In-Reply-To | <mailman.3010.1351516779.27098.python-list@python.org> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=85.201.10.233; posting-account=vMlWXAoAAABorwHpel8u-aWzmlfyTQgA |
| References | <c2254bc0-6dd6-4c4c-b73a-a89ebbe64c4c@googlegroups.com> <mailman.3010.1351516779.27098.python-list@python.org> |
| User-Agent | G2/1.0 |
| X-Google-Web-Client | true |
| X-Google-IP | 85.201.10.233 |
| MIME-Version | 1.0 |
| Subject | Re: I need help installing pypng in Python 3.3 |
| From | icgwh@tagyourself.com |
| To | comp.lang.python@googlegroups.com |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| 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> |
| Message-ID | <mailman.3011.1351517947.27098.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1351517947 news.xs4all.nl 6949 [2001:888:2000:d::a6]:43632 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:32375 |
Show key headers only | View raw
That's very kind of you but I don't think it would be particularly fitted to my needs. The program I'm trying to code creates an image as an 2D array of "pixels" which is defined by RGBA value. My program needs to access and modifies every component of every pixels in the image following a set of rules, kind of like the game of life, only more complex. In fact I only need a library to "push" this array of pixels in a displayable format for the GUI and in PNG format to write the image to disk. I don't need to do any fancy stuff with the image, just being able to display and write it.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-29 05:23 -0700
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-29 06:18 -0700
Re: I need help installing pypng in Python 3.3 Andrew Robinson <andrew3@r3dsolutions.com> - 2012-10-28 23:13 -0700
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-29 06:39 -0700
Re: I need help installing pypng in Python 3.3 Andrew Robinson <andrew3@r3dsolutions.com> - 2012-10-29 07:48 -0700
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-30 03:38 -0700
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-30 03:38 -0700
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-29 06:39 -0700
Re: I need help installing pypng in Python 3.3 David Robinow <drobinow@gmail.com> - 2012-10-29 11:08 -0400
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-29 11:16 -0700
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-29 11:16 -0700
csiph-web