PHP Questions Home | Register | Login
Categories
Arrays
Files
Forms
Creating PDFs
PHP Errors
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Forums
Forums Index
MySQL Forum
PHP Forum
Flash/Actionscript
Javascript
Web design

More PHP
PHP Functions
Top Questions
Ask a Question
PHP Interview Questions
PHP Jobs
Ecommerce
IT Questions
Business Websites

Sponsors

sponsor ad
My Salary
PHP Developer Salary
Advertise Here

How can I add text to an image?


There is a built in function to add text to an image. The tricky bit is knowing the parameters.

It is not worth learning these, therefore take note of them from an existing example or the manual each time that you need to write text with PHP!

The function used to do this using TrueType fonts is called imagettftext and take a deep breath as here come the parameters:

array imagettftext ( resource $image, float $size, float $angle, int $x, int $y, int $color, string $fontfile, string $text )

Comment on this Question and Answer >>>

ASK A QUESTION

More images PHP Questions

Please can any one help me to solve this problem how to comparer two images and show the dissimilarities in third image in php code?

How can I find the colour of a pixel of an image?

how can i load images with php?

How to display multiple images in a form path came from database and images are store in Image folder(assume 10 images are uploded that i want to display)

How can I find the width and height of an image resource?



Custom Search