Hi. If you are going to be doing text stuff with gd- you definately want FreeType. You want t1lib as well.
I'm not positive, but I think your gd library needs to be compiled against FreeType. Here is the part of my configure script for gd- --with-gd=/usr/local \ --with-jpeg-dir=/usr/local \ --with-png-dir=/usr/local \ --with-freetype-dir=/usr/local \ --with-t1lib=/usr/local \ my gd library is compiled against libpng, libjpeg, and freetype. It is not compiled against t1lib but adding t1lib in the configure script gives me t1lib in my php gd. On Sat, 24 Nov 2001 03:43:36 EST [EMAIL PROTECTED] mentioned: > Hello. What I mean is, I want to manipulate images > that exist, and those that I create > > To use truetype fonts so the default font text > is not all that's required, but more importantly > I want to do all the stuff gd/php can do > > so, I wonder if *just* having true type font support > is enough, or is freetype so special, I must get that > with libpng/gd and the rest? > > IN order to make/modify images, text on those images > specifically. I am just confused that's all > > Thanks for your time > > Joel > > -- -=-=-=-=-=-=-=-=-=-=-=-=- Michael A. Peters http://24.5.29.77:10080/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]