Date: 10/14/00
- Next message: Jouni Ahto: "[PHP-DOC] cvs: phpdoc /de/chapters security.xml /de/functions classobj.xml ldap.xml math.xml pdf.xml /de/language variables.xml /en/chapters install.xml security.xml /en/functions classobj.xml ldap.xml math.xml pdf.xml /en/language variables.xml /es/chapters security.xml /es/functions ldap.xml math.xml /es/language variables.xml /fr/chapters security.xml /fr/functions ldap.xml math.xml /fr/language variables.xml /hu/chapters security.xml /hu/functions classobj.xml ldap.xml math.xml /hu/language variables.xml /it/chapters security.xml /it/functions classobj.xml ldap.xml math.xml /it/language variables.xml /ja/chapters security.xml /ja/functions classobj.xml ldap.xml math.xml pdf.xml /ja/language variables.xml /nl/chapters security.xml /nl/functions classobj.xml ldap.xml math.xml pdf.xml /nl/language variables.xml /pt_BR/chapters security.xml"
- Previous message: James Moore: "[PHP-DOC] cvs: phpdoc /en/features images.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jmoore Sat Oct 14 06:15:51 2000 EDT
Modified files:
/phpdoc/en/features images.xml
Log:
Missed a few
Index: phpdoc/en/features/images.xml
diff -u phpdoc/en/features/images.xml:1.4 phpdoc/en/features/images.xml:1.5
--- phpdoc/en/features/images.xml:1.4 Sat Oct 14 06:08:07 2000
+++ phpdoc/en/features/images.xml Sat Oct 14 06:15:51 2000
@@ -14,10 +14,10 @@
<para>
<example>
- <title>GIF creation with PHP</title>
+ <title>PNG creation with PHP</title>
<programlisting role="php">
<?php
- Header("Content-type: image/gif");
+ Header("Content-type: image/png");
$string=implode($argv," ");
$im = imageCreateFromPng("images/button1.png");
$orange = ImageColorAllocate($im, 220, 210, 60);
@@ -32,7 +32,7 @@
This example would be called from a page with a tag like: <img
src="button.php?text"> The above button.php script
then takes this "text" string an overlays it on top of a
- base image which in this case is "images/button1.gif"
+ base image which in this case is "images/button1.png"
and outputs the resulting image. This is a very convenient way to
avoid having to draw new button images every time you want to
change the text of a button. With this method they are
- Next message: Jouni Ahto: "[PHP-DOC] cvs: phpdoc /de/chapters security.xml /de/functions classobj.xml ldap.xml math.xml pdf.xml /de/language variables.xml /en/chapters install.xml security.xml /en/functions classobj.xml ldap.xml math.xml pdf.xml /en/language variables.xml /es/chapters security.xml /es/functions ldap.xml math.xml /es/language variables.xml /fr/chapters security.xml /fr/functions ldap.xml math.xml /fr/language variables.xml /hu/chapters security.xml /hu/functions classobj.xml ldap.xml math.xml /hu/language variables.xml /it/chapters security.xml /it/functions classobj.xml ldap.xml math.xml /it/language variables.xml /ja/chapters security.xml /ja/functions classobj.xml ldap.xml math.xml pdf.xml /ja/language variables.xml /nl/chapters security.xml /nl/functions classobj.xml ldap.xml math.xml pdf.xml /nl/language variables.xml /pt_BR/chapters security.xml"
- Previous message: James Moore: "[PHP-DOC] cvs: phpdoc /en/features images.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

