From 8c1d74e4ae9a8d2db5b5acf6b37b6179997c5f77 Mon Sep 17 00:00:00 2001 From: Mike Robinson Date: Sat, 5 Aug 2000 04:41:05 +0000 Subject: [PATCH] Added t1lib note, lined things up properly this time git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29651 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/image.xml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/functions/image.xml b/functions/image.xml index c28346a4ee..dd3c890d46 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -12,18 +12,23 @@ and manipulate images. - The format of images you are able to manipulate depend on the - version of gd you install, and any other libraries gd might need - to access those image formats. Versions of gd older than gd-1.6 - support gif format images, and do not support png, where versions - greater than gd-1.6 support png, not gif. + The format of images you are able to manipulate depend on the + version of gd you install, and any other libraries gd might need + to access those image formats. Versions of gd older than gd-1.6 + support gif format images, and do not support png, where versions + greater than gd-1.6 support png, not gif. - In order to read and write images in jpeg format, you will need to - obtain and install jpeg-6b (available at - &url.gd;), and then recompile gd to - make use of jpeg-6b. You will also have to compile PHP with - . + In order to read and write images in jpeg format, you will need to + obtain and install jpeg-6b (available at + &url.jpeg;), and then recompile gd to + make use of jpeg-6b. You will also have to compile PHP with + . + + + To add support for Type 1 fonts, you can install t1lib (available + at &url.t1lib;), and then add + .