[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: [PHP 8.1] Add `imageavif` and `imagecreatefromavif` functions (#983)
From:       Sergey Panteleev via GitHub <noreply () php ! net>
Date:       2021-09-30 10:16:45
Message-ID: Si0y1hs7FCA1pqIAnDFu6LXTF2r3yOdJMq1UZ1DLh6M () main ! php ! net
[Download RAW message or body]

Author: Sergey Panteleev (saundefined)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2021-09-30T13:17:20+03:00

Commit: https://github.com/php/doc-en/commit/4e04068f2de34363722fd5c76b2cf5b8844a48ef
Raw diff: https://github.com/php/doc-en/commit/4e04068f2de34363722fd5c76b2cf5b8844a48ef.diff


[PHP 8.1] Add `imageavif` and `imagecreatefromavif` functions (#983)

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Changed paths:
  A  reference/image/functions/imageavif.xml
  A  reference/image/functions/imagecreatefromavif.xml
  M  reference/image/versions.xml


Diff:

diff --git a/reference/image/functions/imageavif.xml \
b/reference/image/functions/imageavif.xml new file mode 100644
index 0000000000..2685896ba7
--- /dev/null
+++ b/reference/image/functions/imageavif.xml
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="utf-8"?>
+<refentry xml:id="function.imageavif" xmlns="http://docbook.org/ns/docbook">
+ <refnamediv>
+  <refname>imageavif</refname>
+  <refpurpose>&gd.image.output;</refpurpose>
+ </refnamediv>
+ 
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <type>bool</type><methodname>imageavif</methodname>
+   <methodparam><type>GdImage</type><parameter>image</parameter></methodparam>
+   <methodparam choice="opt"><type \
class="union"><type>resource</type><type>string</type><type>null</type></type><parameter>file</parameter><initializer>&null;</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>quality</parameter><initializer>-1</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>speed</parameter><initializer>-1</initializer></methodparam>
 +  </methodsynopsis>
+  
+  <para>
+   Outputs or saves a <acronym>AVIF</acronym> Raster image from the given \
<parameter>image</parameter>. +  </para>
+ </refsect1>
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    &gd.image.description;
+    <varlistentry>
+     <term><parameter>file</parameter></term>
+     <listitem>
+      <para>
+       &gd.image.path;
+      </para>
+     </listitem>
+    </varlistentry>
+    <varlistentry>
+     <term><parameter>quality</parameter></term>
+     <listitem>
+      <para>
+       <parameter>quality</parameter> is optional, and ranges from 0 (worst quality, \
smaller file) +       to 100 (best quality, larger file).
+       If <literal>-1</literal> is provided, the default value <literal>30</literal> \
is used. +      </para>
+     </listitem>
+    </varlistentry>
+    <varlistentry>
+     <term><parameter>speed</parameter></term>
+     <listitem>
+      <para>
+       <parameter>speed</parameter> is optional, and ranges from 0 (slow, smaller \
file) +       to 10 (fast, larger file).
+       If <literal>-1</literal> is provided, the default value <literal>6</literal> \
is used. +      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   &return.success;
+  </para>
+  &gd.return.trueonerror;
+ </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <simplelist>
+   <member><function>imagepng</function></member>
+   <member><function>imagewbmp</function></member>
+   <member><function>imagejpeg</function></member>
+   <member><function>imagetypes</function></member>
+  </simplelist>
+ </refsect1>
+</refentry>
+<!-- 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
+-->
diff --git a/reference/image/functions/imagecreatefromavif.xml \
b/reference/image/functions/imagecreatefromavif.xml new file mode 100644
index 0000000000..a657957aad
--- /dev/null
+++ b/reference/image/functions/imagecreatefromavif.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<refentry xml:id="function.imagecreatefromavif" \
xmlns="http://docbook.org/ns/docbook"> + <refnamediv>
+  <refname>imagecreatefromavif</refname>
+  <refpurpose>&gd.image.new;</refpurpose>
+ </refnamediv>
+ 
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <type class="union"><type>GdImage</type><type>false</type></type><methodname>imagecreatefromavif</methodname>
 +   <methodparam><type>string</type><parameter>filename</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   <function>imagecreatefromavif</function> returns an image object
+   representing the image obtained from the given filename.
+  </para>
+ </refsect1>
+ 
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>filename</parameter></term>
+     <listitem>
+      <para>
+        Path to the <acronym>AVIF</acronym> raster image.
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+ 
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   &gd.return.identifier;
+  </para>
+ </refsect1>
+
+</refentry>
+<!-- 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
+-->
diff --git a/reference/image/versions.xml b/reference/image/versions.xml
index 77561ce24e..05f1706795 100644
--- a/reference/image/versions.xml
+++ b/reference/image/versions.xml
@@ -16,6 +16,7 @@
  <function name="imagealphablending" from="PHP 4 &gt;= 4.0.6, PHP 5, PHP 7, PHP 8"/>
  <function name="imageantialias" from="PHP 4 &gt;= 4.3.2, PHP 5, PHP 7, PHP 8"/>
  <function name="imagearc" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
+ <function name="imageavif" from="PHP 8 &gt;= 8.1.0"/>
  <function name="imagebmp" from="PHP 7 &gt;= 7.2.0, PHP 8"/>
  <function name="imagechar" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
  <function name="imagecharup" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
@@ -42,6 +43,7 @@
  <function name="imagecopyresampled" from="PHP 4 &gt;= 4.0.6, PHP 5, PHP 7, PHP 8"/>
  <function name="imagecopyresized" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
  <function name="imagecreate" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
+ <function name="imagecreatefromavif" from="PHP 8 &gt;= 8.1.0"/>
  <function name="imagecreatefrombmp" from="PHP 7 &gt;= 7.2.0, PHP 8"/>
  <function name="imagecreatefromgd" from="PHP 4 &gt;= 4.0.7, PHP 5, PHP 7, PHP 8"/>
  <function name="imagecreatefromgd2" from="PHP 4 &gt;= 4.0.7, PHP 5, PHP 7, PHP 8"/>

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic