Image tracking is provided by default with GA, to achieve this we can use Event Tracking for images.
Example:
So if you have an image “Mritunjay.jpg”
<img src="images/Mritunjay.jpg" />
<img src="images/Mritunjay.jpg" onload="_gaq.push(['_trackEvent','Image Tracking','Mritunjay']);" />
‘Image Tracking’ represents the Category
‘Mritunjay’ represents the Action