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 <y...@shurup.com> 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).
>
> --
> Sincerely yours,
> Yury V. Zaytsev
>
> _______________________________________________
> Image-SIG maillist  -  image-...@python.org
> http://mail.python.org/mailman/listinfo/image-sig
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to