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, 20 May 2011

view this page in

Imagick::getImageHeight

(PECL imagick 2.0.0)

Imagick::getImageHeightDevuelve el alto de la imagen

Descripción

int Imagick::getImageHeight ( void )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Devuelve el alto de la imagen.

Valores devueltos

Devuelve el alto de la imagen en píxeles. Lanza ImagickException en caso de 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

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