Good afternoon, I'm doing a project where the company website is a synoptic and in this synoptic is generated images every 8 seconds. (obs: I still need to know a way to get these images and go to my project). What I did so far was a test with any image, the program in html, java and php. Firstly when I put the image I get the data of that image and turn it into text. I wanted to take only one area of this image and get this text, I tried to use the "map" "area" with the coordinates I want.
Does the map > area tag interpret as an image? What could I do to get only the "area" of the map? Is the area area tag just for mouseover? or to be able to click? would it have otherwise?