3
I am not at home, so I can't try it here to know if it works, but try doing this:
Open file image.php
go to line 52:
$criteria->add(new Criteria('i.image_id', $image_id));
add a line immediately under the line above:
$criteria->setOrder('DESC');
Come back here and tell me if it worked.
I hope to have helped you, if not I'll look at it at home for you with more tools to look at it it may work.