downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Imagick::getImageHistogram> <Imagick::getImageGreenPrimary
[edit] Last updated: Fri, 25 May 2012

view this page in

Imagick::getImageHeight

(PECL imagick 2.0.0)

Imagick::getImageHeight画像の高さを返す

説明

int Imagick::getImageHeight ( void )

画像の高さを返します。

返り値

画像の高さをピクセル数で返します。

エラー / 例外

エラー時に ImagickException をスローします。



add a note add a note User Contributed Notes Imagick::getImageHeight
perching_eagle at yahoo dot com 04-Oct-2007 12:19
//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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites