I have altered my theme to detect when it is showing images by evaluating whether next_image() returns TRUE or FALSE. I then present some html bits if it evaluates TRUE and also go through the while loop to show all the images of an album.
The problem is that most of the time it works, but in some albums it wont show any photos, although it does evaluate to TRUE.
if(next_image(TRUE, NULL, NULL))
{
//do bits here ?>
// print thumbs