提问人:Nikunja 提问时间:8/14/2023 最后编辑:toyota SupraNikunja 更新时间:8/14/2023 访问量:39
此图像格式没有解码委托 '' @ error/constitute.c/ReadImage/575
no decode delegate for this image format `' @ error/constitute.c/ReadImage/575
问:
PHP ImageMagick 为损坏的 pdf 文件提供错误。PDF开通 使用阅读器,但 ImageMagick 说“此图像没有解码委托 格式 '' @ error/constitute.c/ReadImage/575”。使用转换命令 说“**** 警告:文件在 %PDF- 之前有一些垃圾。 也转换。
我该如何解决这个问题? 请帮帮我。
.....
try {
$document = new \Imagick($path);
} catch(\Exception $e) {
$this->logger->critical(sprintf('[ImageService] Cant load file %s into imagick. ', $path) . $e->getMessage());
return;
}
......
答: 暂无答案
评论