Wayne Watson wrote:
I would like to create a transparent image with a circle on it and a crosshair at the center of the circle, then place it on top of the first (real) image (produced by the h/w). I have no trouble drawing on the real image, but I'd like use this transparency idea here. The reason is that eventually I'd like the user to drag around the circle over the real image,

I'm not sure what GUI toolkit you're using, but it probably makes sense to use the toolkits drawing routines for this kind of thing.

I know it's pretty easy with wxPython -- look fro various articles in the Wiki by searching for "drawing". Also, under "images", I think you'll find info about interfacing between IL images and wx.Image.

-Chris

--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

chris.bar...@noaa.gov
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to