Hello,
I used a gd graphics library function to place a polygon on a
gif (I used the function "gdImageFilledPolygon"). The problem is
that I use points in the function to create a polygon ex:
(x=102,y=168), (x=108,y=168), (x=108,y=174) (x=102,y=174) to create
a small box (or rectangle). These x and y points are fed into
the function "gdImageFilledPolygon" to create a box.
If I click right in the middle of this box, I get
(x=115,y=174). These numbers are off quite a bit from the numbers
I used to create the box in the first place. The x and y value
is received from the apache server.
Do gd and apache see the gif the same way? Are they
looking at the world with the same pair of glasses? From my
experiments it does not look that way. Is there something I am
doing wrong or is this indeed the case?
Any help, hints, advice or guidance would be *greatly*
appreciated :)
TIA
Casey