Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'url:pypi': 0.03; 'pil': 0.07; 'imports': 0.09; 'subject:PIL': 0.09; 'supported.': 0.09; 'cc:addr:python-list': 0.10; '10:17': 0.16; 'wrote:': 0.17; 'feb': 0.19; 'cheers,': 0.23; 'cc:2**0': 0.23; 'seems': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'actual': 0.28; 'chris': 0.28; 'compatible': 0.30; 'url:python': 0.32; 'hi,': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:: ': 0.38; '26,': 0.65; '2013': 0.84; 'investigated': 0.84; 'sender:addr:chris': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=CrihxpO2sxQdCbX7nrf+e7/iBEl3JAD2NtQ28AiCK0U=; b=bQGFL3zg4jg4wcBnb5G9jAlPVOnb0Eqw7oRLWL6Wta+qYhWH4hg9nk5SA0VMozXg2b rUX5rAE/uvS5NJhbP/YC1sfMdNUnly6qNQ9vI5CHYoGNHmN+q0+iH5yD8ikEbTDP/JHS TdIOxCLl4jf5F+UQW/2Lgm0v7Pkr7VCuAhWLk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=CrihxpO2sxQdCbX7nrf+e7/iBEl3JAD2NtQ28AiCK0U=; b=MY//SRSyXOR1sto7BC/m/mkJ1gdMK0Z4ny/ofxbW+cn73vKW4qTyC+aSsDPb+TXLXz evONgKAfRNkXt5QTXPltPt7soW2i4gXoEC5/QZGbuqtJW4rtU5yvL/B+BUyMv7nck4Nk jVrRddZkkbe1rzhpbXn8xNg1h+uApjwnxB2+AgfqCfNwR/XgQ8WZgd5A77ORCqCXheil q+/RwZO16EM3q6nB+pMpFNcL5hM+bON3EbR6FUIaw+yBUXmjS+2OX2Ag+1hxwbDU09a4 sTsc35wSFUHxOjXmuDoKdSJei6xykUf7wWg+ob3XNigTD9JrQn0VJOZKSfPg68/py9j+ tKeQ== MIME-Version: 1.0 X-Received: by 10.42.91.209 with SMTP id q17mr444771icm.50.1361946874874; Tue, 26 Feb 2013 22:34:34 -0800 (PST) Sender: chris@rebertia.com In-Reply-To: <512da4ed$0$12000$6e1ede2f@read.cnntp.org> References: <512da4ed$0$12000$6e1ede2f@read.cnntp.org> Date: Tue, 26 Feb 2013 22:34:34 -0800 X-Google-Sender-Auth: XQcoZRpXObTqv-0mjJ96sM-KPYs Subject: Re: Searching for a replacement for PIL From: Chris Rebert To: Thorsten Kiefer Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkANGx9nzxu5UE/m0gkfxHPVBo+V28AS2XBR1s0TH8i7rcQhzSSjoXf5uBpehPC8L+UUy8m 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361946883 news.xs4all.nl 6889 [2001:888:2000:d::a6]:51998 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40034 On Tue, Feb 26, 2013 at 10:17 PM, Thorsten Kiefer wrote: > Hi, > my actual program imports ImageTk, to generate TK compatible images. > But it seems like PIL is no longer supported. Have you investigated the Pillow fork? https://pypi.python.org/pypi/Pillow/ Cheers, Chris