If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > text to the image using php

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-03, 07:43
jasraini jasraini is offline
Registered User
 
Join Date: Nov 2003
Posts: 2
text to the image using php

Hi


I am using this function for write the text on the image

imagettftext ($im, 20, 0, 10, 20, $white, "/path/arial.ttf", "Testing...Omega: Ω");



For using this function we need to enable the both the Gd library and freetype library. I enabled the gd library, how can i enable Freetype library. plz any one can help me....
Reply With Quote
  #2 (permalink)  
Old 12-07-03, 17:30
ika ika is offline
Registered User
 
Join Date: Oct 2003
Location: Slovakia
Posts: 482
Re: text to the image using php

Quote:
Originally posted by jasraini
Hi


I am using this function for write the text on the image

imagettftext ($im, 20, 0, 10, 20, $white, "/path/arial.ttf", "Testing...Omega: Ω");



For using this function we need to enable the both the Gd library and freetype library. I enabled the gd library, how can i enable Freetype library. plz any one can help me....
How we may help you when we don't know your OS?
We don't have a crystal ball...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On