Попробуй так:
$file = '../files/users/album/'.$res['user_id'].'/'.$res['img_name'].'';
echo 'Вес: '.filesize($file) / 1024.'кб; //вес в кб
$size= GetImageSize($file); //узнаём размер изображения
$width = $size[0]; //ширина
$height = $size[1]; //высота
echo 'Размер: '.width .'x'.$height;