Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54680 > unrolled thread
| Started by | andypu@zoho.com |
|---|---|
| First post | 2013-09-24 00:40 -0700 |
| Last post | 2013-09-24 07:17 -0700 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.lang.python
combine pictures andypu@zoho.com - 2013-09-24 00:40 -0700
Re: combine pictures Terry Reedy <tjreedy@udel.edu> - 2013-09-24 06:01 -0400
Re: combine pictures Roy Smith <roy@panix.com> - 2013-09-24 07:40 -0400
Re: combine pictures andypu@zoho.com - 2013-09-24 07:17 -0700
| From | andypu@zoho.com |
|---|---|
| Date | 2013-09-24 00:40 -0700 |
| Subject | combine pictures |
| Message-ID | <ebd79acf-b0a2-4c16-8a74-7fe00b7734b6@googlegroups.com> |
hello, i have a picture and i want to merge it with an other picture which is half transparent and the first picture will shine through it, has python the library's to do this?
[toc] | [next] | [standalone]
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-09-24 06:01 -0400 |
| Message-ID | <mailman.288.1380016922.18130.python-list@python.org> |
| In reply to | #54680 |
On 9/24/2013 3:40 AM, andypu@zoho.com wrote: > hello, i have a picture and i want to merge it with an other picture which is half transparent and the first picture will shine through it, has python the library's to do this? Searching 'python image library' might lead one to https://pypi.python.org/pypi/Pillow/2.1.0 -- Terry Jan Reedy
[toc] | [prev] | [next] | [standalone]
| From | Roy Smith <roy@panix.com> |
|---|---|
| Date | 2013-09-24 07:40 -0400 |
| Message-ID | <roy-A046B6.07402624092013@news.panix.com> |
| In reply to | #54684 |
In article <mailman.288.1380016922.18130.python-list@python.org>, Terry Reedy <tjreedy@udel.edu> wrote: > On 9/24/2013 3:40 AM, andypu@zoho.com wrote: > > hello, i have a picture and i want to merge it with an other picture which > > is half transparent and the first picture will shine through it, has python > > the library's to do this? > > Searching 'python image library' might lead one to > https://pypi.python.org/pypi/Pillow/2.1.0 It might also lead one to http://www.pythonware.com/products/pil/ That being said, I've had "Evaluate Pillow as possible PIL replacement" on my todo list for a while :-)
[toc] | [prev] | [next] | [standalone]
| From | andypu@zoho.com |
|---|---|
| Date | 2013-09-24 07:17 -0700 |
| Message-ID | <2d8e957f-7fd0-474b-88f1-4b9b788c5f39@googlegroups.com> |
| In reply to | #54691 |
Oh i thaught maybe python comes with something native, bevore i install something new i think i might better look into if kivy can do the job - thats allready installed...
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web