imagick.setup.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 61 行

HTML
61
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Installing/Configuring</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="intro.imagick.html">Introduction</a></div> <div class="next" style="text-align: right; float: right;"><a href="imagick.installation.html">Installation</a></div> <div class="up"><a href="book.imagick.html">ImageMagick</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1>Installing/Configuring</h1><h2>Table of Contents</h2><ul class="chunklist chunklist_chapter"><li><a href="imagick.installation.html">Installation</a></li><li><a href="imagick.configuration.html">Runtime Configuration</a></li><li><a href="imagick.resources.html">Resource Types</a></li></ul>  <div id="imagick.requirements" class="section">  <h2 class="title">Requirements</h2>  <div id="imagick.requirements.windows" class="section">   <h2 class="title">Installation requirements on Windows</h2>   <p class="para">    Version information does not differ from that above. There are binaries    available from http://imagemagick.org/    so that you can load this extension on <em class="emphasis">Windows</em>    without need for a compiler.   </p>  </div>  <div id="imagick.requirements.nix" class="section">   <h2 class="title">Installation requirements on other platforms</h2>   <p class="para">    PHP &gt;= 5.1.3 and ImageMagick &gt;= 6.2.4 is required. The amount of    formats supported is by Imagick is entirely dependent upon the amount    of formats supported by your ImageMagick installation. For example,    Imagemagick requires ghostscript to conduct PDF operations.   </p>  </div> </div>          </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="intro.imagick.html">Introduction</a></div> <div class="next" style="text-align: right; float: right;"><a href="imagick.installation.html">Installation</a></div> <div class="up"><a href="book.imagick.html">ImageMagick</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?