Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95746
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2015-08-28 13:30 -0700 |
| Message-ID | <dfb7d4b0-984d-40bb-94a1-3b07fc190641@googlegroups.com> (permalink) |
| Subject | Copy polygonal subset of an image |
| From | Marc Camacho Cateura <camachocateura@gmail.com> |
Hi all, For a project, I need to copy a polygonal subset of an image. I have eight points of panoramic image, and I want to copy this subset onto another panoramic image. I find ways to do this with PIL but only with a box mask. And I need a polygonal subset from the eight points... I'm new in python and I don't know how to do this... maybe with numpy and Pil? I apreciate some help... Thank you very much and best regards!
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Copy polygonal subset of an image Marc Camacho Cateura <camachocateura@gmail.com> - 2015-08-28 13:30 -0700 Re: Copy polygonal subset of an image Laura Creighton <lac@openend.se> - 2015-08-29 00:12 +0200
csiph-web