Note that imagecreatefromgif() uses the first frame of an animated image, as pointed out in a vague way in usernote #82912

# Usernote was deleted hereafter

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329882 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2013-03-22 19:21:58 +00:00
parent 87be62964d
commit 98cb35bf0f

View file

@ -92,6 +92,12 @@ imagedestroy($img);
available between these versions.
</para>
</note>
<note>
<para>
When reading animated GIF files into memory, only the first frame
is returned in the image resource pointer.
</para>
</note>
&warn.no-win32-fopen-wrapper;
</refsect1>
</refentry>