Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!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.117 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.78; '*S*': 0.02; 'ah,': 0.09; 'pm,': 0.10; 'wrote:': 0.14; 'url:effbot': 0.16; 'url:zone': 0.16; 'thanks!': 0.16; 'header:In-Reply-To:1': 0.21; 'thu,': 0.22; 'received:209.85.161.46': 0.23; 'received:mail- fx0-f46.google.com': 0.23; 'code': 0.24; 'received:209.85.161': 0.26; 'message-id:@mail.gmail.com': 0.28; 'subject:?': 0.29; 'to:addr:python-list': 0.33; 'post': 0.33; 'received:google.com': 0.37; 'received:209.85': 0.37; 'comparing': 0.37; 'url:org': 0.38; 'subject:: ': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'url:htm': 0.71; 'doing.': 0.73; 'subject:this': 0.76; 'fredrik': 0.84; 'ian,': 0.84; 'subject:Why': 0.84; 'subject:much': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=B1cqcZiFt+pAI65uMswER9jLvm2oYcPh79tadVaZvPs=; b=v0NMyCu8llXCLPgB9Tx2O932XM6bKljkSO7bbKFE4Cptj15U5fayZczG3vvDsMrUFE S7dRkrMC6af4pxgq/q8NeMOqJdDUfn4XSkPZnEdpG6GU4XHim8kyn3BPJnUIB2OhF4RV 3wl8x+pzU8Ka17k+vfxQHIqfr7y9F6FWQWI6I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=MHxBQLno8+Dbge7Evmq7hsDyeVMC039fAdCkUH2Eh9V8/tCICMEA0850jKEXphGEw7 rtAgpL+HxSJ/9RAsa+U3R8JSswQHwR5YYr76DB525kX3Jav8BJCs5EV2SAcTa3cn6cMN enVW3s9FoM9s4lIqSSdIaUC9EdfSEW9IAcyws= MIME-Version: 1.0 In-Reply-To: <7c7dee10-8d09-4f4a-9f2e-07564de946d0@glegroupsg2000goo.googlegroups.com> References: <7c7dee10-8d09-4f4a-9f2e-07564de946d0@glegroupsg2000goo.googlegroups.com> From: Ian Kelly Date: Fri, 3 Jun 2011 02:11:01 -0600 Subject: Re: Why is this so much faster? To: Python Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 5 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307088694 news.xs4all.nl 49179 [::ffff:82.94.164.166]:58805 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6925 On Thu, Jun 2, 2011 at 7:28 PM, Keir Rice wrote: > Ian, I was basing my code off Fredrik Lundh post on comparing images. > http://effbot.org/zone/pil-comparing-images.htm Ah, now I get what it's doing. Thanks!