[PHP] Re: GD lib. image quality!

2002-08-25 Thread electroteque
its not a gd 2 issue , i cant even get gd2 to compile with php 4.2.2, no idea why i've installed gd2 fine imageJpeg($thumbnail, $targetPath./.$thumbNamePrefix._thumb.jpg,100); that'll give it a quality of 100 , even still i notice its pretty bad , i need to use the bicubicresampled gd2 function

[PHP] Re: GD Lib

2002-07-08 Thread Norman Zhang
Check out http://rpmfind.net/linux/rpm2html/search.php?query=php-gdsubmit=Search+...; system=arch= Yang [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... can't find the php-gd.so on my computer. -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: gd-lib and libjpeg issues

2001-11-15 Thread Richard Lynch
Bill Brennick wrote: ./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.22 --with-xml --with-zlib --with-gd=/usr/lib --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib For better or worse, configure does *NOT* crap out if you specify --with-xxx-dir and it can't find it.