You need a block container with a defined height, same value for line-height and image with vertical-align:middle;
It should work.
Hello there !
This is an image
Hi !
#container {
height:100px;
line-height:100px;
}
#container img {
vertical-align:middle;
max-height:100%;
}