Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你知道我在哪里可以找到 VC6 中 php 5.2 的 Gmagick.dll(不是 Imagick.dll)。我做了很多搜索,但在vc6中找不到它。
谢谢。
您可能指的是 PHP 的 GraphicsMagick 扩展(它在 PHP 中提供了 Gmagick 类) - 而不是通用的 GraphicsMagick 可执行文件(可以从 Win 命令行或通过 PHP 中的 exec() 调用)?!
我没有 VC6 版本的来源,但以下链接至少提供了一些 VC9 版本:
http://valokuva.org/builds/
要使用它,您的 PHP 和 Apache 版本必须使用 VC9 编译。 VC9 版本自 v5.3 起可用于 PHP,自 v2.2 起可用于 Apache。
http://pecl.php.net/package/gmagick
GraphicsMagick的主站点