asked on
$thumb_img->thumbnailImage($newthumbwidth,$newthumbheight);
$thumb_img->setImageBackgroundColor(new ImagickPixel('white'));
$thumb_img->setImageColorspace(Imagick::COLORSPACE_SRGB);
$thumb_img->setImageFormat("jpeg");
$thumb_img->writeImage($folder . 'thumb_' . $destination);
$thumb_img->destroy();