thumbnailImage(100, 0); /* Write the thumbail to disk */ $image->writeImage( './iht.png' ); /* Free resources associated to the Imagick object */ $image->destroy(); //echo $image;