Re: [PHP] PHP GD library installing

2008-04-11 Thread Luca Paolella
On Apr 10, 2008, at 5:15 PM, Daniel Brown wrote: On Thu, Apr 10, 2008 at 4:54 AM, Luca Paolella [EMAIL PROTECTED] wrote: How do I install/activate the GD library with my existing PHP version? I'm quite sure it isn't already, since I got this error: Fatal error: Call to undefined function

[PHP] PHP GD library installing

2008-04-10 Thread Luca Paolella
How do I install/activate the GD library with my existing PHP version? I'm quite sure it isn't already, since I got this error: Fatal error: Call to undefined function imagecreate() in /Volumes/Data/ Users/luca/Library/WebServer/Documents/reloadTest/image.php on line 6 Please forgive my

Re: [PHP] PHP GD library installing

2008-04-10 Thread Thijs Lensselink
Quoting Luca Paolella [EMAIL PROTECTED]: How do I install/activate the GD library with my existing PHP version? I'm quite sure it isn't already, since I got this error: Fatal error: Call to undefined function imagecreate() in

Re: [PHP] PHP GD library installing

2008-04-10 Thread Robin Vickery
On 10/04/2008, Thijs Lensselink [EMAIL PROTECTED] wrote: Quoting Luca Paolella [EMAIL PROTECTED]: How do I install/activate the GD library with my existing PHP version? I'm quite sure it isn't already, since I got this error: Fatal error: Call to undefined function imagecreate() in

Re: [PHP] PHP GD library installing

2008-04-10 Thread Thijs Lensselink
Quoting Robin Vickery [EMAIL PROTECTED]: On 10/04/2008, Thijs Lensselink [EMAIL PROTECTED] wrote: Quoting Luca Paolella [EMAIL PROTECTED]: How do I install/activate the GD library with my existing PHP version? I'm quite sure it isn't already, since I got this error: Fatal error: Call to

Re: [PHP] PHP GD library installing

2008-04-10 Thread Robin Vickery
On 10/04/2008, Thijs Lensselink [EMAIL PROTECTED] wrote: Quoting Robin Vickery [EMAIL PROTECTED]: On 10/04/2008, Thijs Lensselink [EMAIL PROTECTED] wrote: Quoting Luca Paolella [EMAIL PROTECTED]: How do I install/activate the GD library with my existing PHP version? I'm

Re: [PHP] PHP GD library installing

2008-04-10 Thread Thijs Lensselink
Quoting Robin Vickery [EMAIL PROTECTED]: On 10/04/2008, Thijs Lensselink [EMAIL PROTECTED] wrote: Quoting Robin Vickery [EMAIL PROTECTED]: On 10/04/2008, Thijs Lensselink [EMAIL PROTECTED] wrote: Quoting Luca Paolella [EMAIL PROTECTED]: How do I install/activate the GD library

Re: [PHP] PHP GD library installing

2008-04-10 Thread Daniel Brown
On Thu, Apr 10, 2008 at 4:54 AM, Luca Paolella [EMAIL PROTECTED] wrote: How do I install/activate the GD library with my existing PHP version? I'm quite sure it isn't already, since I got this error: Fatal error: Call to undefined function imagecreate() in

Re: [PHP] GD Library

2007-10-31 Thread Jochem Maas
Charlene wrote: I have the GD Library installed, but I don't see any of the fonts. What is the preferred location to download fonts (standard fonts like Arial, Verdana, etc.) and which directory should they be stored in? 'standard fonts' is not. and any directory you want. upload any legal

[PHP] GD Library

2007-10-30 Thread Charlene
I have the GD Library installed, but I don't see any of the fonts. What is the preferred location to download fonts (standard fonts like Arial, Verdana, etc.) and which directory should they be stored in? Charlene -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] GD Library

2007-09-13 Thread Steve Marquez
Greetings, I am running PHP 4.4.7 without the GD Library and need it to run. I am very novice on PHP, and am using a Mac with 10.3.9. Can anyone point me in the right direction? Thank you so much, -- Steve M.

RE: [PHP] GD Library

2007-09-13 Thread Jay Blanchard
[snip] I am running PHP 4.4.7 without the GD Library and need it to run. I am very novice on PHP, and am using a Mac with 10.3.9. Can anyone point me in the right direction? [/snip] http://www.php.net/gd tells you how to get and install the libraries. -- PHP General Mailing List

Re: [PHP] GD Library

2007-09-13 Thread Greg Donald
On Thu, 13 Sep 2007, Steve Marquez wrote: I am running PHP 4.4.7 without the GD Library and need it to run. I am very novice on PHP, and am using a Mac with 10.3.9. Can anyone point me in the right direction? http://destiney.com/blog/php-4-5-macos-x Hopefully those configs aren't totally

Re: [PHP] GD Library

2007-09-13 Thread Samuel Vogel
I would point you to MAMP: http://www.mamp.info/ It's like Xampp but designed all for a Mac... Easy to install, to configure and to user ;) Regards, Samy Greg Donald schrieb: On Thu, 13 Sep 2007, Steve Marquez wrote: I am running PHP 4.4.7 without the GD Library and need it to run. I am

Re: [PHP] GD Library and outputing image

2007-06-15 Thread tedd
At 9:17 PM +0100 6/13/07, Ross wrote: Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? Ross: That's not a problem. See this:

[PHP] GD Library and outputing image

2007-06-13 Thread Ross
Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? I take it I can do something like this img scr=get_image.php?url=$img_url/a. Anyone got a better

Re: [PHP] GD Library and outputing image

2007-06-13 Thread Daniel Brown
On 6/13/07, Ross [EMAIL PROTECTED] wrote: Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? I take it I can do something like this img

Re: [PHP] GD Library and outputing image

2007-06-13 Thread Stephen
Ross [EMAIL PROTECTED] wrote:Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? Save the image as file, first. The href src= etc

Re: [PHP] GD Library and outputing image

2007-06-13 Thread Daniel Brown
On 6/13/07, Stephen [EMAIL PROTECTED] wrote: Ross [EMAIL PROTECTED] wrote:Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? Save the image as

Re: [PHP] GD Library or PHP Function

2006-03-24 Thread tedd
On Wed, March 22, 2006 9:18 pm, brian dichiara wrote: Is there a way to check to see if a JPEG or PDF is color or black/white? Like a function or something? There does not appear to be a built-in function that does that... I don't know of any either, but that's the reason when I put an

[PHP] GD Library or PHP Function

2006-03-23 Thread brian dichiara
Is there a way to check to see if a JPEG or PDF is color or black/white? Like a function or something? Thanks for any help! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] GD Library or PHP Function

2006-03-23 Thread Richard Lynch
On Wed, March 22, 2006 9:18 pm, brian dichiara wrote: Is there a way to check to see if a JPEG or PDF is color or black/white? Like a function or something? There does not appear to be a built-in function that does that... However, this hack should work: function image_is_color($image){

[PHP] GD library

2005-07-09 Thread Mike Bellerby
Where is the best place to get php_gd2.php Thanks Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] GD library

2005-07-09 Thread Mike Bellerby
Where is the best place to get php_gd2.dll Thanks Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] GD library

2005-07-09 Thread Rasmus Lerdorf
Mike Bellerby wrote: Where is the best place to get php_gd2.dll It's in the ext/ directory of the Win32 zip file you downloaded. Or if you didn't, go grab it from http://uk.php.net/get/php-5.0.4-Win32.zip/from/this/mirror -Rasmus -- PHP General Mailing List (http://www.php.net/) To

[PHP] GD library images not displaying

2005-06-21 Thread Ross Trewhella
Hi, I am running Apache 2.0 with PHP 4.2.11 on Windows XP. I installed php_gd2.dll by uncommenting extension=php_gd2.dll and making sure that the file was in my extension_dir. I restarted Apache and didn't get an error, so assumed it was working. When I run my example code: ?php $im =

Re: [PHP] GD library images not displaying

2005-06-21 Thread Richard Davey
Hello Ross, Tuesday, June 21, 2005, 4:47:40 PM, you wrote: RT I am running Apache 2.0 with PHP 4.2.11 on Windows XP. RT I installed php_gd2.dll by uncommenting extension=php_gd2.dll RT and making sure that the file was in my extension_dir. RT I restarted Apache and didn't get an error, so

[PHP] GD library with tiff images

2004-12-16 Thread [EMAIL PROTECTED]
hi, I am trying to write an image upload facility, which resizes the images, which I am obviously using the GD library for. Does anyone know if there are any functions I can use to read in images encoded in tiff image format? Cheers, Tom -- Working on webhosting Tel:01388 11 MTA

Re: [PHP] GD library with tiff images

2004-12-16 Thread Richard Lynch
[EMAIL PROTECTED] wrote: I am trying to write an image upload facility, which resizes the images, which I am obviously using the GD library for. Does anyone know if there are any functions I can use to read in images encoded in tiff image format? As far as I know, the GD image functions of

Re: [PHP] GD Library list

2004-09-11 Thread Curt Zirzow
* Thus wrote bskolb: Does anyone know if there is a mailing list for gdlib? Can't seem to find in Google. This is there homepage: http://www.boutell.com/gd/ I dont see any list there though. Curt -- The above comments may offend you. flame at will. -- PHP General Mailing List

[PHP] GD Library list

2004-09-10 Thread bskolb
Does anyone know if there is a mailing list for gdlib? Can't seem to find in Google.

[PHP] Gd Library and Special Chars

2004-06-11 Thread news.php.net
Hi to all, I need to do parsing of html data from one site for find nick , guild, and some other infos... The problem is that gd doesn't print correctly chars like trademark, copyright, registered (which are contained in some nicks/guild names)... Someone know a valid solution??? -- Using

[PHP] GD Library Upgrade

2004-05-31 Thread Ryan Schefke
I'm working with a host on a Linux box with PHP 4.2.2. The version of GD Library they have is 1.8.4. I was uploading some pictures using a script that leveraged GD Library 2+. Using the php version with the newer GD library seemed to produce a better quality image. I have two questions: 1

[PHP] Gd library not found

2004-05-08 Thread Phpu
Hi, Where can i get the gd library for windows. I've googled but i can't find it. Thanks

Re: [PHP] Gd library not found

2004-05-08 Thread Ray Hunter
On Sat, 2004-05-08 at 10:46, Phpu wrote: Where can i get the gd library for windows. I've googled but i can't find it. It should be bundled with the zip file version of windows php. You will probably have to download the zip file from php.net and then get the dll for gd out of the zip file and

[PHP] GD library update

2003-06-19 Thread Yury B .
Hi, I need to use function imagecreatetruecolor() in my script but it doesn't work on my local apache+php+mysql on XP server. It works fine on the real server though but i need to play with it around. What do I need to do to get it work? from docs I understand I need gd 2.0.1 or higher, well

[PHP] gd library + animated gif

2003-03-28 Thread rush
Can GD library produce animated gif's? rush -- http://www.templatetamer.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] gd library + animated gif

2003-03-28 Thread Liam Gibbs
Can GD library produce animated gif's? Sorry. Maybe I should read more carefully. I skipped 'animatd' for some reason? Still, no, GD won't produce animated GIFs. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] gd library + animated gif[Scanned]

2003-03-28 Thread Michael Egan
There's a section on Freshmeat about the ImageMagick project with further links: http://freshmeat.net/projects/imagemagick/?topic_id=100 Given your previous comment it's tempting to say that a search on Google for 'ImageMagick' would, er - well - but I'll resist :-) Regards, Michael Can GD

[PHP] gd library

2003-01-10 Thread Jorge Miguel Fonseca Martins
Title: Mensagem I have just installed php 4.3.0what do I have to do now to get the gd library to work? thanks Jorge Martins J[EMAIL PROTECTED]Engenheiro de InformáticaEngineering Department Tel:

[PHP] GD Library script help please.

2002-12-13 Thread Ryan Smaglik
I got a generic ³text to png on the fly² script which works fine but I want to change it so that the image has the same hight and width as the text string (so the text has no border around it) For and example of what I want to do check out: http://www.spoono.com/font/?string=This is what i want to

[PHP] GD Library script help please.

2002-12-13 Thread Ryan Smaglik
I got a generic ³text to png on the fly² script which works fine but I want to change it so that the image only the size of the text. (so the text has no border, or padding around it) For and example of what I want to do check out: http://www.spoono.com/font/?string=This is what i want to do.png I

[PHP] gd library

2002-11-17 Thread A3-Mail Proxy Handler
Hi, I am trying to add gd support to my php configuration. But I could not manage... Here is the versions: php 4.2.3, gd 2.0.7, slackware 8.1, apache 1.3.27 in the make of php, php gives error with gd librarys... (sorry, I cannot give errors now, I cannot simulate the situation for now) Is this

Re: [PHP] gd library

2002-11-17 Thread Jason Sheets
Hello, YOu will need to provide some more information like your configure line, the errors that you are receiving. Did you specifcy --with-gd=/path/to/gd/install or just --with-gd? What errors did you receive? --with-gd=/path-to-gd works fine with me with FreeBSD 4.7-STABLE, gd2 and PHP 4.2.3

Re: [PHP] GD Library

2002-07-25 Thread Tech Support
: Thursday, July 25, 2002 1:44 PM Subject: [PHP] GD Library I am trying to use GD Library on a windows 2000 installation of PHP. php_gd.dll is in the extensions folder and the line: ;extension=php_gd.dll is in my php.ini file, but I recieve the error: Fatal error: Call to undefined function

RE: [PHP] GD Library

2002-07-25 Thread Jay Blanchard
[snip] I am trying to use GD Library on a windows 2000 installation of PHP. php_gd.dll is in the extensions folder and the line: ;extension=php_gd.dll is in my php.ini file, but I recieve the error: Fatal error: Call to undefined function: imagecreate() when I try to use the

RE: [PHP] GD Library

2002-07-25 Thread Matt Babineau
: http://www.criticalcode.com PO BOX 601 Manchester, NH 03105 -Original Message- From: Ryan Moore [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 2:44 PM To: [EMAIL PROTECTED] Subject: [PHP] GD Library I am trying to use GD Library on a windows 2000 installation of PHP. php_gd.dll

Re: [PHP] GD Library

2002-07-25 Thread Jadiel Flores
If you dowloaded the PHP 4.2.2 installer you don't have the php_gd.dll in your machine, you have to download the PHP 4.2.2 zip package from php.net and overwrite all your files in the php folder, this zip file contains all the dll's for windows including the php_gd.dll, then remove the ; in

Re: [PHP] GD Library for Windows

2002-07-25 Thread Mikey
it to u but ur server rejected it. -Original Message- From: Jadiel Flores [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 July 2002 9:03 AM To: [EMAIL PROTECTED] Subject: [PHP] GD Library for Windows I'm trying to develop a thumbnail creation module for a website but I can

[PHP] GD Library for Windows

2002-07-23 Thread Jadiel Flores
I'm trying to develop a thumbnail creation module for a website but I can't get gd library to work in a Win2000 Advanced Server, PHP 4.2.1, IIS 5. Does anybody has the php_gd.dll for this version?? Thanks. Jadiel Flores - http://www.abargon.com [EMAIL PROTECTED]

RE: [PHP] GD Library for Windows

2002-07-23 Thread Peter
Jadiel, i do that the file ur after and tried sending it to u but ur server rejected it. -Original Message- From: Jadiel Flores [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 July 2002 9:03 AM To: [EMAIL PROTECTED] Subject: [PHP] GD Library for Windows I'm trying to develop

[PHP] GD library problem

2002-05-14 Thread Liam Gibbs
This is funny: I have getimagesize(), but not createimage() and things like that. Is this because getimagesize() is not part of the GD library...? Or is there a problem with my GD library? Also, is there any resolution to this GIF copyright thing going on with Unisys? I want to be able to resize

Re: [PHP] GD library problem

2002-05-14 Thread Rasmus Lerdorf
This is funny: I have getimagesize(), but not createimage() and things like that. Is this because getimagesize() is not part of the GD library...? Or is there a problem with my GD library? getimagesize() is not part of GD. You likely didn't add the GD extension correctly to PHP. Also, is

Re: [PHP] GD library problem

2002-05-14 Thread Liam Gibbs
getimagesize() is not part of GD. You likely didn't add the GD extension correctly to PHP. That's what I figured, but I wasn't sure about it. Dagnabbit. I'm gonna have to try harder with GD. :) The copyright issue really has nothing to do with PHP. Talk to the GD folks. It is not our

Re: [PHP] GD library problem

2002-05-14 Thread Rasmus Lerdorf
By the way, there is no createimage() function. It is called imagecreate(). And the only real news is that the Unisys patent expires in 2003, so we might be able to do something then. But GIF needs to die. It's a crappy format. PNG is well supported in all browsers. -Rasmus On Tue, 14 May

[PHP] GD library

2002-04-11 Thread Ron Allen
I have downloaded the GD library and I am wondering how do I install it.. I unzipped it and put it my root. I have PHP version 4.1.1...what else is there to do? Does anybody have any script for me to test it real quick? -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] gd-library ...

2002-03-09 Thread Marcel Besancon
Hi, i'm trying to use the gd-library under windows, but it doesn't work. How can I include the gd.dll? Where do I put this file? I tried some different directories which are written in the php.ini as include-directories. What am I doing wrong? Is there a way to use this library under

[PHP] PHP GD Library

2002-02-13 Thread SpyProductions Support Team
I installed and recompiled PHP on my Apache server with the GD libs as well as zlib and png libs. I have a test script from the GD web site, but it doesn't seem to work. The test script is at: http://www.spidermanzone.com/testgd2 And runs at: http://www.spidermanzone.com/testgd2.php The

Re: [PHP] gd library with GIF support

2002-01-31 Thread bvr
Hi, The GIF enabled versions are not officially available anymore for reasons stated on GD's website http://www.boutell.com/gd . And even if you were able to get hold of a copy, compiling it against the latest PHP is not that easy and may become harder in time. Therefore it would be

Re: [PHP] gd library with GIF support

2002-01-31 Thread Ed Lazor
Therefore it would be recommended to avoid problems in the future and use PNG instead, however, if you want to use transparency in your images bear in mind that a number of implementations do not support this. For example the quicktime plugin that handles PNGs in Netscape 4.x . Yea... the main

[PHP] gd library

2002-01-30 Thread Ed Lazor
Hi =) Which version of the gd library comes with PHP? Thanks, -Ed -- 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]

[PHP] gd library 1.6 or younger

2002-01-30 Thread Ed Lazor
I'm trying to play with the gif functions this program supports. I'm having trouble finding it. Could someone e-mail it to me? Thanks, -Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] GD Library help

2001-09-22 Thread Jay Paulson
Do all versions of the GD library for Linux that are version 1.6 and above not support any GIF formats? I have 1.8 and in the manual I thought that it was only version 1.6 that didn't support GIF format. However, when I run ImageCreateFromGIF() or ImageGIF() I get an error saying that it's not

RE: [PHP] GD Library help

2001-09-22 Thread Don Read
On 22-Sep-2001 Jay Paulson wrote: Do all versions of the GD library for Linux that are version 1.6 and above not support any GIF formats? Yes, It was removed due to copyright restrictions. from http://www.boutell.com/gd/manual1.8.4.html : Support for GIF has been removed. This step was

[PHP] GD Library help

2001-09-21 Thread Jay Paulson
Do all versions of the GD library for Linux that are version 1.6 and above not support any GIF formats? I have 1.8 and in the manual I thought that it was only version 1.6 that didn't support GIF format. However, when I run ImageCreateFromGIF() or ImageGIF() I get an error saying that it's not

[PHP] gd-library

2001-09-07 Thread Gert Mellak
hi! How can I find out if gd-library is installed on my server and if not, how can I install it please email me if you want to help me. TIA, gert. email: [EMAIL PROTECTED] http://www.mellak.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] GD library

2001-07-28 Thread Manu Verhaegen
I want to install the GD library for PHP I seek libpng and zlib and jpeg-6b can you help me Greetings, Manu Verhaegen -- 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

Re: [PHP] GD library

2001-07-28 Thread Clayton Dukes
www.boutell.com - Original Message - From: Manu Verhaegen [EMAIL PROTECTED] To: 'Php-General (E-mail) [EMAIL PROTECTED] Sent: Saturday, July 28, 2001 12:51 PM Subject: [PHP] GD library I want to install the GD library for PHP I seek libpng and zlib and jpeg-6b can you help me

Re: [PHP] gd library on win2k?

2001-06-25 Thread Richard Lynch
how can i install the gd library for php on win2k using iis5? The IIS5 part is irrelevant, I think... Dig around for a file++ whose name is composed of GD, PHP, and .DLL. Put it next to all your other PHP DLL files. Alter your php.ini to refer to it the way it refers to other PHP DLLs. It's

[PHP] gd library on win2k?

2001-06-23 Thread Noah Spitzer-Williams
how can i install the gd library for php on win2k using iis5? - Noah -- 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]

[PHP] gd library

2001-06-22 Thread Julia A. Case
This message never showed up on the list so I appologize if it shows up 2x. I have a customer that wants to use the gd library with PHP, I got 2 different versions (1.3.8 and 2.0.1) and both say that they no longer support GIF formats... but when I try to compile the ext/gd/gd.c file I get

[PHP] GD Library

2001-05-07 Thread José Luis Malagón V.
Hi, I need generate graphics with php. I know GD Library help me but I don´t know how do I install it. Can somebpdy help me ? Thanks in advance for your help, Jose Luis.

[PHP] GD library

2001-02-13 Thread Rahul Hari Bhide
Hi , I am configuring php with the --with-gd option . My libgd.a is sitting in /usr/local/lib and other header files in /usr/local/include . ./configure --with-gd=/usr/local/lib gives me the following error : checking whether to include GD support... configure: error: Unable to find

Re: [PHP] GD library

2001-02-13 Thread David Robley
On Wed, 14 Feb 2001 00:23, Rahul Hari Bhide wrote: Hi , I am configuring php with the --with-gd option . My libgd.a is sitting in /usr/local/lib and other header files in /usr/local/include . ./configure --with-gd=/usr/local/lib gives me the following error : checking whether to

Re: [PHP] GD library

2001-02-13 Thread Michael McGlothlin
Have you tried Apache Toolbox? If building under Unix w/ Apache as your web server it can be a great time saver and if your running into problems you can look how it builds something and see how to make it work so you'll know later. You can find it easily from Freshmeat.net. David Robley

[PHP] GD Library ??? Where to find.

2001-01-15 Thread Dallas Kropka
Please point me to the GD library I cant seem to find it. -- 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]

Re: [PHP] GD Library ??? Where to find.

2001-01-15 Thread Cynic
www.boutell.com/gd/ IIRC At 18:26 15.1. 2001, Dallas Kropka wrote the following: -- Please point me to the GD library I cant seem to find it. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: