Please answer this simple SPAM challenge: max(five, nine)? (Example: nine)
<?php$image = new Imagick("picture.jpg");$width = $image->getImageWidth();print "the image width is " . $width . " pixels";?>Will print:the image width is 200 pixels
<< Back to user notes page