Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40032 > unrolled thread
| Started by | Thorsten Kiefer <thorstenkiefer@gmx.de> |
|---|---|
| First post | 2013-02-27 07:17 +0100 |
| Last post | 2013-02-26 22:34 -0800 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Searching for a replacement for PIL Thorsten Kiefer <thorstenkiefer@gmx.de> - 2013-02-27 07:17 +0100
Re: Searching for a replacement for PIL Chris Rebert <clp2@rebertia.com> - 2013-02-26 22:34 -0800
| From | Thorsten Kiefer <thorstenkiefer@gmx.de> |
|---|---|
| Date | 2013-02-27 07:17 +0100 |
| Subject | Searching for a replacement for PIL |
| Message-ID | <512da4ed$0$12000$6e1ede2f@read.cnntp.org> |
Hi, my actual program imports ImageTk, to generate TK compatible images. But it seems like PIL is no longer supported. Is there a replacement for draw Images at high rates into TKinter GUIs ? Best regards Thorsten
[toc] | [next] | [standalone]
| From | Chris Rebert <clp2@rebertia.com> |
|---|---|
| Date | 2013-02-26 22:34 -0800 |
| Subject | Re: Searching for a replacement for PIL |
| Message-ID | <mailman.2595.1361946883.2939.python-list@python.org> |
| In reply to | #40032 |
On Tue, Feb 26, 2013 at 10:17 PM, Thorsten Kiefer <thorstenkiefer@gmx.de> 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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web