I have been wondering if such an action is possible to accomplish and which language would be required.
Let's assume I have a image with a border:1px solid #333
+------------+
| |
| image |
| border |
| is |
| #333; |
| |
+------------+
Once the page is refreshed it automatically updates to another image where it is a different color. Now, is it possible to somehow identify the 1px of the image border(#333) and then print that color?