Re: [Image-SIG] indicate object with square

2010-04-19 Thread Christopher Barker
Yury V. Zaytsev wrote: On Wed, 2010-04-14 at 11:14 +0200, ioannis syntychakis wrote: i was thinking about that the user has a square on his mouse and can indicate the object. Not with bare PIL, but certainly doable with matplotlib (e.g. see ginput function for an example). or any of the GUI

Re: [Image-SIG] indicate object with square

2010-04-19 Thread Edward Cannon
Tkinter is also a viable option for this sort of thing, it has a relatively portable interface and plays well with PIL (as long as you do import PIL.Image) On Sun, Apr 18, 2010 at 2:27 PM, Yury V. Zaytsev wrote: > > On Wed, 2010-04-14 at 11:14 +0200, ioannis syntychakis wrote: > > i was thinking

Re: [Image-SIG] indicate object with square

2010-04-18 Thread Yury V. Zaytsev
On Wed, 2010-04-14 at 11:14 +0200, ioannis syntychakis wrote: > i was thinking about that the user has a square on his mouse and can > indicate the object. Not with bare PIL, but certainly doable with matplotlib (e.g. see ginput function for an example). -- Sincerely yours, Yury V. Zaytsev ___