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 Oct 2009

view this page in

Imagick::getImageHeight

(PECL imagick 2.0.0)

Imagick::getImageHeightReturns the image height

Beschreibung

int Imagick::getImageHeight ( void )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Returns the image height.

Rückgabewerte

Returns the image height in pixels. Throw an ImagickException on error.



add a note add a note User Contributed Notes
Imagick::getImageHeight
perching_eagle at yahoo dot com
05-Oct-2007 01: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 Oct 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites