Imagick::getImageHeight

(No version information available, might be only in CVS)

Imagick::getImageHeight — Returns the image height

Описание

int Imagick::getImageHeight ( void )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Returns the image height.

Возвращаемые значения

Returns the image height in pixels, 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-05 04:19:22
http://php5.kiev.ua/manual/ru/function.imagick-getimageheight.html

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