reference/image/functions/getimagesize.xml
d0532e45fb2b6766c7fc73c7ccfc30a9720f8888
...
...
@@ -192,6 +192,14 @@ if ($size && $fp) {
192
192
</thead>
193
193
<tbody>
194
194
<row>
195
+
<entry>8.2.0</entry>
196
+
<entry>
197
+
Now returns the actual image dimensions, bits and channels of AVIF images;
198
+
previously, the dimensions were reported as <literal>0x0</literal>,
199
+
and bits and channels were not reported at all.
200
+
</entry>
201
+
</row>
202
+
<row>
195
203
<entry>7.1.0</entry>
196
204
<entry>
197
205
Added WebP support.
198
206