I want to retrieve/query images stored by joomla k2 component (under the Image Tab).
To display the K2 item image you can use this
echo "media/k2/items/cache/".md5("Image".K2 ITEM ID HERE)."_XL.jpg";