Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #56255
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.albasani.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <kwpolska@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.082 |
| X-Spam-Evidence | '*H*': 0.87; '*S*': 0.03; 'utf-8': 0.07; 'pil?': 0.09; 'pixel': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'modules,': 0.16; 'wrote:': 0.18; 'do.': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'message-id:@mail.gmail.com': 0.30; 'values.': 0.31; 'sense': 0.34; 'case,': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'pm,': 0.38; 'consists': 0.60; 'from:charset:utf-8': 0.61; 'skip:\xe2 10': 0.65; 'to:addr:gmail.com': 0.65; '8bit%:43': 0.74; 'downloadable': 0.84; 'url:tk': 0.95; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=p6fv2jLFzCNXpRlgMSEhm+9LNj+jd90rarHOuQFNlGU=; b=o4ypofLtzXEajG/KNRKXyH7Shd/qUkbLDX4DouVWelwTBJGjKo7XCv9rDX9uxdGfhu 2Iild7J+9FD9sJE1+ZRFfsaZb7ZtHjjnfFIWdYC5KpIiL2Rhr1IwPJ3XOD7yPLYis3WE xCJ3uE88btZow/QSKNz10pNwHxkM/qgpV1VjTiQKtojwn2vDlV4aihJNWK8vCNjX8+CL wsXhRSTefoIekQULP5qML91GDMExpkyAxpuk7DyeE+fhdGrIDscXvwMwPb/T7mKQx1pQ HdjLz4Fsp0KgnSatqWKpvjsADQx+i1yxEv5b34scqR/ChlSOlMI8hPAxw3fSS+w9mck4 jCfA== |
| MIME-Version | 1.0 |
| X-Received | by 10.43.93.5 with SMTP id bs5mr13928837icc.32.1381065875568; Sun, 06 Oct 2013 06:24:35 -0700 (PDT) |
| In-Reply-To | <db8cde32-611a-461f-9227-7701bb1cf4bc@googlegroups.com> |
| References | <67342b91-2ca5-46e9-b887-cda31fe96697@googlegroups.com> <db8cde32-611a-461f-9227-7701bb1cf4bc@googlegroups.com> |
| Date | Sun, 6 Oct 2013 15:24:35 +0200 |
| Subject | Re: Image manipulation |
| From | Chris “Kwpolska” Warrick <kwpolska@gmail.com> |
| To | markotaht@gmail.com |
| Content-Type | text/plain; charset=UTF-8 |
| 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 | <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.780.1381065878.18130.python-list@python.org> (permalink) |
| Lines | 11 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1381065878 news.xs4all.nl 15981 [2001:888:2000:d::a6]:43061 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:56255 |
Show key headers only | View raw
On Sun, Oct 6, 2013 at 3:19 PM, <markotaht@gmail.com> wrote: > Image consists of pixels. Each pixel has its RGBA values. In python whidout any extra downloadable modules, is there a way to get those values. I know PIG has it but i hav Python 3.3.2 so PIG wont do. PIG? Did you mean PIL? In that case, go use Pillow, the Python 3-compatible fork. -- Chris “Kwpolska” Warrick <http://kwpolska.tk> PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Image manipulation markotaht@gmail.com - 2013-10-04 03:52 -0700
Re: Image manipulation Gary Herron <gary.herron@islandtraining.com> - 2013-10-04 09:14 -0700
Re: Image manipulation markotaht@gmail.com - 2013-10-06 06:19 -0700
Re: Image manipulation Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-10-06 15:24 +0200
Re: Image manipulation markotaht@gmail.com - 2013-10-08 07:15 -0700
Re: Image manipulation Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-08 14:26 +0000
Re: Image manipulation markotaht@gmail.com - 2013-10-08 07:55 -0700
How to help us to help you (was: Image manipulation) Ben Finney <ben+python@benfinney.id.au> - 2013-10-09 08:05 +1100
Re: Image manipulation markotaht@gmail.com - 2013-10-08 07:57 -0700
csiph-web