Re: Copy polygonal subset of an image

2015-08-28 Thread Laura Creighton
In a message of Fri, 28 Aug 2015 13:30:57 -0700, Marc Camacho Cateura writes: >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 onl

Copy polygonal subset of an image

2015-08-28 Thread Marc Camacho Cateura
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 i