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
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
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
___