From:             [EMAIL PROTECTED]
Operating system: Debian GNU/Linux
PHP version:      4.0CVS-2001-08-25
PHP Bug Type:     GD related
Bug description:  libgd2 + TTF = ugly fonts.

It all started when my boss wanted better looking thumbnails.  I found that
imagecopyresampled() would make better thumbnails.  It requires libgd2 for
it to work.  I removed libgd1 and installed libgd2.  The thumbnails are
great now, but the ttf's are very bad.  They are larger and I think that
the anti-alias is turned off or something.  I went back to libgd1 and the
fonts look good.  I downloaded the CVS php4 and tried with that, still same
problem.

I can't use libgd2 and have nice fonts.  I can't use libgd1 and have nice
thumbnails.  I'm stuck.

Here is my configure line:
./configure  --with-apxs=/www/bin/apxs --enable-track-vars
--enable-trans-sid --with-gd --enable-gd-native-ttf --with-pgsql
--without-mysql --with-imap --with-openssl

and also:
./configure  --with-apxs=/www/bin/apxs --enable-track-vars
--enable-trans-sid --with-freetype-dir=/usr/lib --with-gd
--enable-gd-native-ttf --with-ttf --with-t1lib --with-pgsql --without-mysql
--with-imap --with-openssl


-- 
Edit bug report at: http://bugs.php.net/?id=12956&edit=1


-- 
PHP Development 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]

Reply via email to