Is it possible to dynamically place text on an image in php? And then send it to an rss feed?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, can use either the GD functions or the ImageMagick functions, depending on which is installed on your server and which you prefer.
Using GD it would go something like this:
Edit:
To put the image into your RSS feed you would save it to a file and put the URL into your feed.