selecting parts of an image

C

Chris

Hey everyone,

Before I launch into a haphazard attemp of doing this, I thought I'd ask the
experts first. What I am trying to do is let the user choose an image, and
then select part of that image (in this case: the user enters a MRI scan
image and then selects an area of the brain affected by stroke).
The most crude solution I could picture is to have a grid underlying the
picture and highlight and store whatever area the user clicks on.
Another idea that I had was to have an ActiveX control that allows you to
select oval shapes, and record coordinates with OnMouseDown and OnMouseUp,
but I lack the ActiveX control to do that.

Anyway, I would appreciate pointers to the least complicated solution.

Thanks in advance

Chris
 
Top