Re: image map

2004-11-23 Thread Luciano A. Stertz
in your bitmap and will output a set of rectangle coordinates that you can then encode in your program. Thanks Ben, it's working fine now. I created a function that verifies if a point is located inside a polygon and used GIMP to generate the image map with the polygons. Since I'm parsing

image map

2004-11-18 Thread Luciano Stertz
Hi, I show a bitmap in my application that is composed by some irregular forms. I'd like to enable an user to select the operation to perform by clicking in one of these forms. For example, let's say I show a simple picture of a computer, where there is a monitor, a keyboard, the CPU, a

Re: image map

2004-11-18 Thread Ben Combee
At 12:02 PM 11/18/2004, you wrote: I show a bitmap in my application that is composed by some irregular forms. I'd like to enable an user to select the operation to perform by clicking in one of these forms. For example, let's say I show a simple picture of a computer, where there is a