mirror of
https://github.com/php/doc-ja.git
synced 2026-03-23 22:52:11 +01:00
56 lines
1.8 KiB
XML
56 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 35752f07207412a15a99fbd3129a9922e49023c5 Maintainer: takagi Status: ready -->
|
|
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="gmagick.setup">
|
|
&reftitle.setup;
|
|
|
|
<section xml:id="gmagick.requirements">
|
|
&reftitle.required;
|
|
<!-- Use &no.requirement; if there no requirement -->
|
|
<simpara>
|
|
この拡張モジュールは、GraphicsMagick バージョン 1.4 以降
|
|
で最もうまく動作します。
|
|
Gmagick は GraphicsMagick 1.2.6 までの旧バージョンでも動作しますが、
|
|
旧バージョンでは対応していない機能やフォーマットがあります。
|
|
Windows 版の GraphicsMagick は、GraphicsMagick のウェブサイトから取得できます。
|
|
ImageMagick と GraphicsMagick の違いについては、
|
|
<link xlink:href="&url.gmagick.imagemagickdiff.faq;">FAQ</link>
|
|
を参照ください。
|
|
</simpara>
|
|
</section>
|
|
|
|
<!-- {{{ Installation -->
|
|
<section xml:id="gmagick.installation">
|
|
&reftitle.install;
|
|
<simpara>
|
|
&pecl.info;
|
|
<link xlink:href="&url.pecl.package;gmagick">&url.pecl.package;gmagick</link>.
|
|
</simpara>
|
|
<note>
|
|
<simpara>この拡張モジュールの正式な名前は <emphasis>gmagick</emphasis> です。</simpara>
|
|
</note>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
</chapter>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|