so far i was doing it like this:
<a href="http://domain.com" title="Keyword"><img src="image.png" alt="Keyword" /></a>
Now, i discovered that images can have title attribute too:
<a href="http://domain.com" title="Keyword"><img src="image.png" alt="Keyword" title="Keyword"/></a>
Is there any other optimization i could pull off to boost image links value?