kalowsky                Wed Sep  4 01:00:51 2002 EDT

  Modified files:              
    /phpdoc/en/reference/image/functions        imagecreatetruecolor.xml 
  Log:
  Fix for Bug #19197
  
  
Index: phpdoc/en/reference/image/functions/imagecreatetruecolor.xml
diff -u phpdoc/en/reference/image/functions/imagecreatetruecolor.xml:1.2 
phpdoc/en/reference/image/functions/imagecreatetruecolor.xml:1.3
--- phpdoc/en/reference/image/functions/imagecreatetruecolor.xml:1.2    Wed Apr 17 
02:39:11 2002
+++ phpdoc/en/reference/image/functions/imagecreatetruecolor.xml        Wed Sep  4 
+01:00:50 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
  <refentry id="function.imagecreatetruecolor">
   <refnamediv>
@@ -19,6 +19,12 @@
     by <parameter>y_size</parameter>.
    </para>
     <note><para>This function was added in PHP 4.0.6 and requires GD 2.0.1 or 
later</para></note>
+    <note>
+     <para>
+      Please remember that the GIF file format only supports 256 colors, and
+      therefore will not work with this function.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to