Skip to content

Commit

Permalink
Add IMAGETYPE_AVIF constant
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Oct 28, 2023
1 parent b2f9029 commit 9a30f6b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion reference/exif/functions/exif-imagetype.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: bfadfd1c4c3ba654b1d3324d9425dd1c07fea906 Maintainer: dallas Status: ready -->
<!-- EN-Revision: f40e02ff1bd0eb238dc8e542434004de9eb03a58 Maintainer: dallas Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<refentry xml:id="function.exif-imagetype" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -131,6 +131,10 @@
<entry>18</entry>
<entry><constant>IMAGETYPE_WEBP</constant></entry>
</row>
<row>
<entry>19</entry>
<entry><constant>IMAGETYPE_AVIF</constant></entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down Expand Up @@ -164,6 +168,12 @@
新增 WebP 支持。
</entry>
</row>
<row>
<entry>8.1.0</entry>
<entry>
新增 AVIF 支持。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
Expand Down

0 comments on commit 9a30f6b

Please sign in to comment.