Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001092

Re: [PHP] A kewl Script, for you someone to test, and show me th From: Joel Ricker (joejava <email protected>)
Date: 09/29/01

: On 28-Sep-2001 Joel Ricker wrote:
: > I started to play with these scripts a little bit and learned a little
about
: > my image setup. Creating Gifs seems to be the only thing I can do. Any
: > idea why this is? I'm running PHP3 wth GD 1.3. Where is the list of
missing
: > functions:
: >
:
: The latest stable GD is 1.8.4 --might have something to do with it ?

Well the thing is, I've done Gif and Jpeg images before in Perl on this same
server and that worked fine. After thinking about it a little I remembered
that I read something that could be the problem:

"In order to read and write images in jpeg format, you will need to obtain
and install jpeg-6b (available at ftp://ftp.uu.net/graphics/jpeg/), and then
recompile gd to make use of jpeg-6b. You will also have to compile PHP
with --with-jpeg-dir=/path/to/jpeg-6b"

Wasn't thinking that to be a problem since I've been able to work with jpegs
before but after giving it some thought, they may be my problem. I'll look
into it.

Thanks
Joel

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>