mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
87be62964d
commit
98cb35bf0f
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue