Example code:
<?php
$image = new imagick($filename);
$geo=$image->getImageGeometry();
$sizex=$geo['width'];
$sizey=$geo['height'];
?>
Imagick::getImageGeometry
(PECL imagick 2.0.0)
Imagick::getImageGeometry — Gets the width and height as an associative array
Descrição
array Imagick::getImageGeometry
( void
)
Returns the width and height as an associative array.
Valor Retornado
Returns an array with the width/height of the image.
Erros
Dispara ImagickException em erro.
User Contributed Notes
Imagick::getImageGeometry
Imagick::getImageGeometry
tim at provu dot co dot uk
20-Nov-2008 05:05
20-Nov-2008 05:05

Imagick::getImageGamma