Hi,
anyone know a Python library to grab the size of a selected image region
(the selection will be made with the mouse), that work in Linux ?
I found a module to do that in the PIL library but only work in Windows -
http://www.pythonware.com/library/pil/handbook/imagegrab.htm
Thanks in advance.
AIL PROTECTED]>:
> On Sun, May 4, 2008 at 4:25 PM, Valerio Valerio <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > anyone know a Python library to grab the size of a selected image region
> > (the selection will be made with the mouse), that work in Linux ?
>
> You m
Hi,
2008/5/4 David <[EMAIL PROTECTED]>:
> On Sun, May 4, 2008 at 5:28 PM, Valerio Valerio <[EMAIL PROTECTED]> wrote:
> > I can grab the image, I need a way of grab the region size with the
> mouse,
> > a easy way of the user select a region of the image to ana
2008/5/4 David <[EMAIL PROTECTED]>:
> > What I want is display a window with a image, the user select a region
> of
> > the image, and the region value is passed to my program, my program
> slice
> > the image region, and analyze it.
> >
>
> If it's your apps own window, then getting a rectangle s