Image grab in Python

2008-05-04 Thread Valerio Valerio
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.

Re: Image grab in Python

2008-05-04 Thread Valerio Valerio
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

Re: Image grab in Python

2008-05-04 Thread Valerio Valerio
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

Re: Image grab in Python

2008-05-04 Thread Valerio Valerio
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