PHP
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
Last updated: Fri, 30 Jan 2009

view this page in

Imagick::getImageHeight

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

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

説明

int Imagick::getImageHeight ( void )
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

画像の高さを返します。

返り値

画像の高さをピクセル数で返します。 エラー時に ImagickException をスローします。



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

Imagick::getImageHistogram> <Imagick::getImageGreenPrimary
Last updated: Fri, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites