Fatal error: Uncaught exception 'ImagickException' with message 'Can not process empty Imagick object' in /home4/sirna/public_html/zeriez/editmovie.php:114 Stack trace: #0 /home4/sirna/public_html/zeriez/editmovie.php(114): Imagick->getimagewidth() #1 {main} thrown in /home4/sirna/public_html/zeriez/editmovie.php on line 114
Código PHP :
$name_file = imagecreatefromstring(file_get_contents($_FILES['thumbnail']['tmp_name'])); $image= new Imagick($name_file); $width=$image->getImageWidth(); $height=$image->getImageHeight(); $resize->adaptiveResizeImage($width-50,$height-50); move_uploaded_file($resize,"content/img/pelicula/1/t.jpg");