reference/image/functions/imagegif.xml
213fbd9440a224f9c1da4942c85124ce0c120c52
...
...
@@ -118,12 +118,6 @@ echo 'Converted PNG image to GIF with success!';
118
118
&reftitle.notes;
119
119
<note>
120
120
<para>
121
-
<acronym>GIF</acronym> support was removed from the <acronym>GD</acronym>
122
-
library in Version 1.6, and added back in Version 2.0.28. This function
123
-
is not available between these versions. For more information, see the
124
-
<link xlink:href="&url.gd;">GD Project</link> site.
125
-
</para>
126
-
<para>
127
121
The following code snippet allows you to write more
128
122
portable PHP applications by auto-detecting the
129
123
type of GD support which is available. Replace
130
124