mirror of
https://github.com/php/doc-de.git
synced 2026-03-29 18:52:13 +02:00
fixed svn properties git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@283888 c90b9560-bf6c-de11-be94-00142212c4b1
173 lines
5.3 KiB
XML
173 lines
5.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: n/a Maintainer: jaenecke Status: ready -->
|
|
|
|
<chapter xml:id="image.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.setup;
|
|
|
|
<!-- {{{ Requirements -->
|
|
<section xml:id="image.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
Mit der <acronym>GD</acronym>-Bibliothek (verfügbar unter <link
|
|
xlink:href="&url.gd;">&url.gd;</link>) können Sie auch Grafiken erzeugen und
|
|
manipulieren.
|
|
</para>
|
|
<para>
|
|
Die mittels dieser Funktionen veränderbaren Grafik-Formate hängen davon
|
|
ab, welche Version von <acronym>GD</acronym> Sie installieren und welche
|
|
zusätzlich Bibliotheken <acronym>GD</acronym> benötigt, um mit diesen
|
|
Formaten umgehen zu können. <acronym>GD</acronym>-Versionen älter als
|
|
gd-1.6 unterstützen GIF, aber kein PNG. Neuere Versionen als gd-1.6 und
|
|
ältere als gd-2.0.28 unterstützen PNG, aber kein GIF. In gd-2.0.28 gibt
|
|
es erstmals wieder Unterstützung für GIF.
|
|
<note>
|
|
<simpara>
|
|
Seit PHP 4.3 ist eine Version der GD-Bibliothek in PHP enthalten.
|
|
Diese gebündelte Version bietet zusätzliche Möglichkeiten, wie z.B.
|
|
alpha blending und sollte der externen Version immer vorgezogen werden
|
|
(der Code wird besser betreut und ist stabiler).
|
|
</simpara>
|
|
</note>
|
|
</para>
|
|
<note>
|
|
<para>
|
|
Mit PHP 6.0.0 wurde die Unterstützung von GD 1.x eingestellt; es wird
|
|
eine Bibliothek ab Version 2.0.33 benötigt.
|
|
</para>
|
|
</note>
|
|
<para>
|
|
Sie können GD erweitern, um mehr Grafikformate zu verwenden.
|
|
<table>
|
|
<title>Unterstützte Grafikformate</title>
|
|
<tgroup cols="3">
|
|
<thead>
|
|
<row>
|
|
<entry>Grafikformat</entry>
|
|
<entry>Download der benötigten Bibliothek</entry>
|
|
<entry>Anmerkungen</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry><literal>gif</literal></entry>
|
|
<entry></entry>
|
|
<entry>
|
|
Wird nur von GD-Versionen älter als gd-1.6 und neuer als gd-2.0.28
|
|
unterstützt. <emphasis>Nur-lesende</emphasis> Unterstützung von GIF
|
|
gibt es ab PHP 4.3.0 und der gebündelten GD-Version.
|
|
<emphasis>Schreibende</emphasis> Unterstützung steht ab den
|
|
Versionen PHP 4.3.9 und PHP 5.0.1 zur Verfügung.
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry><literal>jpeg-6b</literal></entry>
|
|
<entry><link xlink:href="&url.jpeg;">&url.jpeg;</link></entry>
|
|
<entry>
|
|
Wenn Sie die jpeg-v6b library übersetzen (vor dem Übersetzen
|
|
von PHP), müssen Sie die <option
|
|
role="configure">--enable-shared</option>-Option im
|
|
configure-Schritt benutzen. Wenn Sie dies nicht tun, werden
|
|
Sie den Felder <literal>libjpeg.(a|so) not found</literal>
|
|
beim configure-Schritt der PHP-Übersetzung erhalten.
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry><literal>png</literal></entry>
|
|
<entry><link xlink:href="&url.libpng;">&url.libpng;</link></entry>
|
|
<entry>
|
|
Nur von GD-Versionen neuer als gd-1.6 unterstützt.
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry><literal>xpm</literal></entry>
|
|
<entry><link xlink:href="&url.libxpm;">&url.libxpm;</link></entry>
|
|
<entry>
|
|
Falls auf Ihrem System eine X-Umgebung installiert ist, steht Ihnen
|
|
diese Bibliothek wahrscheinlich schon zur Verfügung.
|
|
</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
<para>
|
|
Sie können GD erweitern, um unterschiedliche Schriften zu verwenden. Die
|
|
folgenden Schriftbibliotheken werden unterstützt.
|
|
<table>
|
|
<title>Unterstützte Schriftbibliotheken</title>
|
|
<tgroup cols="3">
|
|
<thead>
|
|
<row>
|
|
<entry>Schriftbibliothek</entry>
|
|
<entry>Download</entry>
|
|
<entry>Anmerkungen</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry><literal>FreeType 1.x</literal></entry>
|
|
<entry><link xlink:href="&url.freetype;">&url.freetype;</link></entry>
|
|
<entry>Unterstützung mit PHP 6.0.0 eingestellt</entry>
|
|
</row>
|
|
<row>
|
|
<entry><literal>FreeType 2</literal></entry>
|
|
<entry><link xlink:href="&url.freetype;">&url.freetype;</link></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><literal>T1lib</literal></entry>
|
|
<entry><link xlink:href="&url.t1lib;">&url.t1lib;</link>)</entry>
|
|
<entry>
|
|
Unterstützung für Type 1-Schriften.
|
|
</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Installation -->
|
|
&reference.image.configure;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Configuration -->
|
|
&reference.image.ini;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Resources -->
|
|
<section xml:id="image.resources">
|
|
&reftitle.resources;
|
|
<para>
|
|
Diese Extension definiert zwei Ressoure-Typen: einen Bild- und einen
|
|
Schrift-Identifier.
|
|
</para>
|
|
</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:"../../../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
|
|
-->
|
|
|