I have a question with php. I wanna generate a signature based on some values and make them look something like this:

How is this possible?
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.
Take a look at this: http://php.net/manual/en/book.imagick.php
I think with it you can compose such an image out of several parts (e.g. the character face and the background) and add the text by adding text on top of it.