No, make it yourself you lazy ****. :p
Heres some functions that your gonna need to use:
imagecreatefromjpeg()
imagesx()
imagesy()
imagecreatetruecolor()
ImageColorAllocate() //for the font color
imageftbbox()
imagefttext()
imagejpeg()
imagedestroy()
...In that order, that should get you your result if your willing to put the time and effort into it.
To tell you the truth, it only took me 3 hours to make and test a similar script.