IMagic 对象创建显示错误?

发布于 2024-09-05 08:44:09 字数 262 浏览 2 评论 0原文

我只是尝试将 ImageMagick 集成到我的 PHP 项目中。我安装并执行了他们随 imagick-3.0.0RC1 zip 文件提供的示例文件。但它显示

Fatal error: Class 'Imagick' not found in C:\wamp\www\imagick-3.0.0RC1\imagick-3.0.0RC1\examples\watermark.php on line 9

这种错误我该如何避免。我看不到任何课程,包括该页面上的部分。如何包含类文件。

I just try to integrate ImageMagick into my PHP project. I installed and just execute the sample files that they provided with the imagick-3.0.0RC1 zip file. But it shows

Fatal error: Class 'Imagick' not found in C:\wamp\www\imagick-3.0.0RC1\imagick-3.0.0RC1\examples\watermark.php on line 9

this kind of an error how can I avoid that. I cant see any class including section on that page. How to include the class files.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一梦等七年七年为一梦 2024-09-12 08:44:09

您需要安装 ImageMagick PHP 扩展。根据 手册,没有适用于 Windows 的预构建扩展,因此您可能会必须自己配置和编译。

You need to install the ImageMagick PHP extension. According to the manual there is no prebuilt extension for Windows so you'll probably have to configure and compile it yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文