//file location c:/htdocs/rose.jpg
$image=new Imagick("c:/htdocs/rose.jpg");
$height=$image->getImageHeight();
print "the image height is ".$height;
result:
the image height is 134
Imagick::getImageHeight
(PECL imagick 2.0.0)
Imagick::getImageHeight — Returns the image height
Descrição
int Imagick::getImageHeight
( void
)
Returns the image height.
Valor Retornado
Returns the image height in pixels.
Erros
Throws ImagickException on error.
perching_eagle at yahoo dot com ¶
5 years ago
