<?php
header('Content-type: image/jpeg');
$image = new Imagick('image.jpg');
// If 0 is provided as a width or height parameter,
// aspect ratio is maintained
$image->thumbnailImage(100, 0);
echo $image;
?>
エラーが発生しています 画像「http://localhost/test/into.php」にエラーが含まれているため、表示できません。解決してください。