[PHP] GD/PHP question

2004-08-08 Thread devzone
I realize that I might have spent not enough time to look for the answer, or that its so simple that I am overlooking it, or am just looking in the wrong place all together. I am very new to PHP and GD Image Functions, however I am experienced with other languages, enough to understand PHP and lea

RE: [PHP] GD & PHP

2003-08-28 Thread Javier Tacon
PROTECTED] Asunto: RE: [PHP] GD & PHP I get an error about png libraries not found, though my configure line only adds --with-gd to it from my previous configure (pretty recent). Do I need png and/or some sort of jpeg libraries installed first? I don't mention png in my configure line: ./

RE: [PHP] GD & PHP

2003-08-28 Thread Mike At Spy
ursday, August 28, 2003 11:33 AM > To: Mike At Spy; [EMAIL PROTECTED] > Subject: RE: [PHP] GD & PHP > > > > You need to compile PHP with the option --with-gd in the configure step. > > The function is imagecreatefromjpeg() > > > -Mensaje original- >

RE: [PHP] GD & PHP

2003-08-28 Thread Mike At Spy
Cool - thanks. :) -Mike > -Original Message- > From: Javier Tacon [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 28, 2003 11:33 AM > To: Mike At Spy; [EMAIL PROTECTED] > Subject: RE: [PHP] GD & PHP > > > > You need to compile PHP with the option

RE: [PHP] GD & PHP

2003-08-28 Thread Javier Tacon
You need to compile PHP with the option --with-gd in the configure step. The function is imagecreatefromjpeg() -Mensaje original- De: Mike At Spy [mailto:[EMAIL PROTECTED] Enviado el: jueves, 28 de agosto de 2003 17:32 Para: [EMAIL PROTECTED] Asunto: [PHP] GD & PHP Is there anyt

[PHP] GD & PHP

2003-08-28 Thread Mike At Spy
Is there anything special I have to do to enable GD when using PHP 4.3.2? I'm getting an error of: Fatal error: Call to undefined function: imagecreatefromjpeg() in /home/sites/site37/web/photos/functions.php on line 594 When I use the imagecreatefromjpeg() function. Is it not usable with gd?

[PHP] gd php freetype problem solved

2001-04-19 Thread Kurth Bemis
This is just a post to get in the archives. So if someone searches the archives for this they'll hopefully hit this one and their problems will be solved. I've battled this for two days..and have finally solved the problem. I figure that the should help someone who had problems similar to

[PHP] GD/PHP Image Creation - combining GIFs

2001-03-31 Thread John Portwin
Hi All, I need to automatically create a large GIF image made up of numerous smaller GIF/JPG files. The list of images (either GIF or JPG) is taken off a MySQL database and at the moment, I create a HTML table (5 columns, up to 20 rows), view it in my browser, manually dump it to the screen and

RE: [PHP]GD, PHP and Apache troubles

2001-01-19 Thread Kees Hoekzema
: Thursday, January 18, 2001 7:18 PM Aan: Kees Hoekzema CC: [EMAIL PROTECTED] Onderwerp: Re: [PHP]GD, PHP and Apache troubles > gcc -DLINUX=2 -I/root/source/php-4.0.4 -I/root/source/php-4.0.4/main -I/roo > t/source/php-4.0.4/main -I/root/source/php-4.0.4/Zend -I/root/source/php-4.0 > .

Re: [PHP]GD, PHP and Apache troubles

2001-01-18 Thread Rasmus Lerdorf
> gcc -DLINUX=2 -I/root/source/php-4.0.4 -I/root/source/php-4.0.4/main -I/roo > t/source/php-4.0.4/main -I/root/source/php-4.0.4/Zend -I/root/source/php-4.0 > .4/Zend -I/root/source/php-4.0.4/TSRM -I/root/source/php-4.0.4/TSRM -I/root/ > source/php-4.0.4 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEE

[PHP]GD, PHP and Apache troubles

2001-01-18 Thread Kees Hoekzema
Hi all, I've some strange problems. I compiled apache & PHP from fresh .tar.gz, as static. (and fresh GD, libpng, jpeg-6b, zlib compilations) PHP adn GD aren't giving any troubles at all, but the compilation of apache gives some errors when trying to compile the PHP4 module... here are they: =-=