[PHP] Re: GD Library and outputing image

2007-06-15 Thread zerof
Ross escreveu: $image = imagecreatefromjpeg($img_url); $image in this case, is the Image Identifier, and returns something like , Resource id #NUMBER ( Resourse id allocation process, for the generic imagecreate... ). if ($image === false) { die ('Unable to open

[PHP] Re: GD library images not displaying

2005-06-21 Thread JB05UK
Found this in the PHP manual, To enable GD-support configure PHP --with-gd[=DIR], where DIR is the GD base install directory. To use the recommended bundled version of the GD library (which was first bundled in PHP 4.3.0), use the configure option --with-gd. GD library requires libpng and

[PHP] Re: Gd Library and Special Chars

2004-06-11 Thread news.php.net
Ok, i have solved problem with copyright and registered by using imagettftext... But i still can't print correctly tm symbol :( On Fri, 11 Jun 2004 11:56:14 +0200, News.Php.Net [EMAIL PROTECTED] wrote: Hi to all, I need to do parsing of html data from one site for find nick , guild, and some

Re: [PHP] RE: GD Library Upgrade

2004-06-02 Thread Jason Wong
On Wednesday 02 June 2004 07:47, Ryan Schefke wrote: I have root access to my server. It's a dedicated server with 1and1.com. OK. I have zero experience with shell commands and will be working off of any directions I can find online. There're plenty of those to be found. The list archives

Re: [PHP] RE: GD Library Upgrade

2004-06-01 Thread Jason Wong
On Tuesday 01 June 2004 12:42, Ryan Schefke wrote: 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

RE: [PHP] RE: GD Library Upgrade

2004-06-01 Thread Ryan Schefke
So there's no way to upgrade PHP 4.2.2's GD Library without upgrading to the latest version of PHP? Ryan -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 5:21 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] RE: GD Library Upgrade On Tuesday 01 June

Re: [PHP] RE: GD Library Upgrade

2004-06-01 Thread Jason Wong
On Wednesday 02 June 2004 01:10, Ryan Schefke wrote: So there's no way to upgrade PHP 4.2.2's GD Library without upgrading to the latest version of PHP? That was not what was said nor implied in my reply. Basically upgrading the GD lib used by PHP needs root privileges. If I understand you

RE: [PHP] RE: GD Library Upgrade

2004-06-01 Thread Ryan Schefke
: Tuesday, June 01, 2004 2:25 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] RE: GD Library Upgrade On Wednesday 02 June 2004 01:10, Ryan Schefke wrote: So there's no way to upgrade PHP 4.2.2's GD Library without upgrading to the latest version of PHP? That was not what was said nor implied in my

[PHP] RE: GD Library Upgrade

2004-05-31 Thread Ryan Schefke
Any thoughts on this? 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

[PHP] Re: GD library update

2003-06-21 Thread Yury B .
Thank you the problem is solved, I just downloaded php_gd2.dll from gd site and inabled it in php.ini Now everything is working as it should. Yury On 19 Jun 2003 at 17:24, Andrei BEJENARU wrote: Yury B . [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I need to use

[PHP] Re: GD library update

2003-06-19 Thread Andrei BEJENARU
Yury B . [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] 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

[PHP] Re: GD Library

2002-07-25 Thread Mitja Stepan
Instead of : ;extension=php_gd.dll Try: extension=php_gd.dll Sign ; is a comment... so you must delete it ... -- Lp, Mitja Ryan Moore [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am trying to use GD Library on a windows 2000 installation of PHP.

[PHP] Re: gd-library ...

2002-03-10 Thread Andy
Hi Marcel, I did struggle with the same prop a while ago. It's quit easy. Get yourself php4.1.2 . This version has the gd library included. after installing uncomment the libgd module line in php.ini. Look out for the different versions. There might be one line for the old 1.8x library. save it

[PHP] Re: gd library

2002-01-31 Thread David Robley
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... Hi =) Which version of the gd library comes with PHP? Thanks, -Ed For *nix, it doesn't - you have to go get it yourself. For Windows, - I'll leave that for someone else. -- David Robley Temporary Kiwi! -- PHP General