Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions reference/image/functions/getimagesize.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,14 @@ if ($size && $fp) {
</row>
</thead>
<tbody>
<row>
<entry>8.2.0</entry>
<entry>
Now returns the actual image dimensions, bits and channels of AVIF images;
previously, the dimensions were reported as <literal>0x0</literal>,
and bits and channels were not reported at all.
</entry>
</row>
<row>
<entry>7.1.0</entry>
<entry>
Expand Down