<?php int public Imagick::getImageWidth(); ?>
<?php $imagick = new imagick(PATH2IMGW . '/jpg/aa.jpg'); $width = $imagick->getImageWidth(); echo "The image width is " . $width . " pixels."; ?>