Imagick::getImageHeight

(PECL imagick 2.0.0)

Imagick::getImageHeightReturns the image height

Description

int Imagick::getImageHeight ( void )

Returns the image height.

Return Values

Returns the image height in pixels.

Errors/Exceptions

Throws ImagickException on error.

Коментарии

//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
2007-10-04 21:19:22
http://php5.kiev.ua/manual/ru/imagick.getimageheight.html

    Поддержать сайт на родительском проекте КГБ