[PHP] Freetype and JPEG disabled

2005-10-08 Thread Feris Thia C.
Hi All, I've tried to compile and install PHP with gd and freetype library enabled, and all PNG and GIF library are loaded. But somehow, JPEG and Freetype still not recognized. I installed Freetype 2.0. Anyone facing these problems before ??? How can I resolved these ? Regards, Feris

[PHP] FREETYPE and GD

2005-03-02 Thread Aaron Todd
Hello, I've created a simple script that takes in image and draws some lines and some text on top of it. I am having a problem with the text part of this. When the string that I am drawing on the image contains and apostrophe ( ' ) there is always a backslash ( \ ) before it. It make sense

Re: [PHP] FREETYPE and GD

2005-03-02 Thread Richard Lynch
Aaron Todd wrote: I've created a simple script that takes in image and draws some lines and some text on top of it. I am having a problem with the text part of this. When the string that I am drawing on the image contains and apostrophe ( ' ) there is always a backslash ( \ ) before it. It

Re: [PHP] FREETYPE and GD

2005-03-02 Thread Aaron Todd
BEAUTIFUL Thats exactly what I was looking for. I'm not doing anything with MySQL so I am going to leave Magic Quotes on and just use stripslashes() Thanks a bunch. Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Aaron Todd wrote: I've created a simple script

Re: [PHP] PHP+FreeType installation headaches

2003-11-26 Thread Jason Wong
On Wednesday 26 November 2003 13:51, Daniel Hansen wrote: I am having a bear of a time getting FreeType compiled into PHP. I have successfully installed the RPM: [EMAIL PROTECTED] rpms]# rpm -U freetype-2.1.3-6.i386.rpm [EMAIL PROTECTED] php-4.3.1]# rpm -q freetype-2.1.3-6

Re: [PHP] PHP+FreeType installation headaches

2003-11-26 Thread Daniel Hansen
Jason Wong wrote: With RHL you probably want: --with-freetype-dir=/usr I tried that -- no luck. But the libfreetype* files are in /usr/lib Someone else suggested installing the FT devel rpm (which I had not done earlier due to a download problem). I am trying that now. We'll see!

Re: [PHP] PHP+FreeType installation headaches

2003-11-26 Thread Jason Wong
On Wednesday 26 November 2003 15:06, Daniel Hansen wrote: Jason Wong wrote: With RHL you probably want: --with-freetype-dir=/usr I tried that -- no luck. But the libfreetype* files are in /usr/lib Someone else suggested installing the FT devel rpm (which I had not done earlier due to

Re: [PHP] PHP+FreeType installation headaches

2003-11-26 Thread Daniel Hansen
Jason Wong wrote: On Wednesday 26 November 2003 15:06, Daniel Hansen wrote: Jason Wong wrote: With RHL you probably want: --with-freetype-dir=/usr I tried that -- no luck. But the libfreetype* files are in /usr/lib Someone else suggested installing the FT devel rpm (which I had

[PHP] PHP+FreeType installation headaches

2003-11-25 Thread Daniel Hansen
I am having a bear of a time getting FreeType compiled into PHP. I have successfully installed the RPM: [EMAIL PROTECTED] rpms]# rpm -U freetype-2.1.3-6.i386.rpm [EMAIL PROTECTED] php-4.3.1]# rpm -q freetype-2.1.3-6 freetype-2.1.3-6 I know I need the --with-freetype-dir=DIR argument in

[PHP] freetype - could not open font problem

2002-09-24 Thread andy
Hi there, I am trying to use freetype, but do always get the message Warning: Could not find/open font in test.php on line 18 The font is available and ok. I double checked it. What could cause this error exept of the given reason? I am trapped ;-) Thanx for any help on that. Andy --

RE: [PHP] freetype - could not open font problem

2002-09-24 Thread Matt Schroebel
From: andy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 7:29 AM Subject: [PHP] freetype - could not open font problem I am trying to use freetype, but do always get the message Warning: Could not find/open font in test.php on line 18 The font is available and ok. I

[PHP] freetype - problems with true type and transprency

2002-09-23 Thread andy
Hi there, I am trying to put text into an image. There are some problems where I do not find a solution for. The image is a jpg and stored on the filesystem. Now I would like to create a stamp in trutype font verdana with a name. Just the text on the image. I experianced following problems: o

[PHP] FreeType 2 support ?

2002-08-02 Thread R'twick Niceorgaw
Hi all, I'm getting this error while running a simple script. Warning: imageftbbox(): No FreeType 2 support in this PHP build in /home/www/htdocs/button_create.php on line 11 Here's my phpinfo https://utkalika.yi.org/phpinfo.php (note the https) While compiling PHP, It says freetype(2) support

[PHP] FreeType 2 on windows?

2001-12-26 Thread Brandon Orther
How do I get FreeType 2 installed on my WIndowsXP box? Anyone know of web site with a tutorial? Thanks Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] freetype+gd+php not working

2001-12-04 Thread Dan Ramaley
I have been trying to get FreeType working with PHP but have had no luck. In Apache's error log i'm getting: PHP Warning: libgd was not built with TrueType font support Here's the lines that are probably pertinent from my web server compilation script. Any suggestions on how to fix

[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] freetype

2001-04-17 Thread Kurth Bemis
i'm attempting to comiple in freetype2 into php4.0.4pl1. this is my configure line trinity:~/php-4.0.4pl1# ./configure --with-mysql=/usr/local/mysql/ --with-apache=../apache_1.3.19/ --enable-freetype-4bit-antialias-hack --with-ttf=/usr/local/lib/ --with-gd and this is what configure spits

RE: [PHP] freetype info required

2001-04-03 Thread Grimes, Dean
will find most of the information you want through the link above. Dean -Original Message- From: Robert Vetter [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 12:04 PM To: [EMAIL PROTECTED] Subject: [PHP] freetype info required Could someone please supply me with a little

[PHP] freetype info required

2001-04-02 Thread Robert Vetter
Could someone please supply me with a little information about freetype fonts concerning the following points of interest: 1/ A good description of what it actually is. 2/ How to actually use it in a practical sense hopefully in conjunction with php. 3/ Supply of some small code snippets showing