[Image-SIG] indicate object with square

Edward Cannon edward at unicornschool.org
Mon Apr 19 19:08:25 CEST 2010


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 <yury at 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-SIG at python.org
> http://mail.python.org/mailman/listinfo/image-sig


More information about the Image-SIG mailing list