<?$thumb = new Imagick("earthday_07_03a.jpg");$thumb->cropthumbnailimage( 100, 100);$type = $thumb->getformat();header("content-type: image/$type");echo $thumb;?>