Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'page?': 0.09; 'pixel': 0.09; 'pixels': 0.09; 'received:67.192': 0.09; 'received:67.192.241': 0.09; 'received:dfw.emailsrvr.com': 0.09; 'system?': 0.09; 'python': 0.11; 'question.': 0.14; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'received:emailsrvr.com': 0.24; 'question': 0.24; 'received:(smtp server)': 0.26; 'downloaded': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'gary': 0.31; 'there': 0.35; 'useful': 0.36; 'operating': 0.37; 'being': 0.38; 'to:addr:python-list': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'full': 0.61; "you'll": 0.62; 'email addr:gmail.com': 0.63; 'information': 0.63; 'term': 0.63; 'kind': 0.63; 'provide': 0.64; 'answer.': 0.68 X-Virus-Scanned: OK Date: Fri, 04 Oct 2013 09:14:57 -0700 From: Gary Herron User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Image manipulation References: <67342b91-2ca5-46e9-b887-cda31fe96697@googlegroups.com> In-Reply-To: <67342b91-2ca5-46e9-b887-cda31fe96697@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1380903700 news.xs4all.nl 15987 [2001:888:2000:d::a6]:46402 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:55482 On 10/04/2013 03:52 AM, markotaht@gmail.com wrote: > Is there a way using the python 3.3.2 whidout any additional downloaded moduls, to get a pixels RGB value? No (I guess). If you want a better answer, then you'll have to give us a *much* better question. Get a pixel from *what*? (screen? image on disk? image on web page? printed image on paper? ...?) On what operating system? Using what kind of a graphics/imaging hardware/software? How are said pixels being written? Please understand how broad the term pixel is and how little information your question has provided. Try again with a full description of what you want, and we'll try to provide a useful answer. Gary Herron