I just tested on localhost, and the image is displaying fine with the latest revision (60). Does line 61 of CaptchaSecurityImages.php read the same as below?
PHP Code:
$textbox = imagettfbbox($font_size, 0, $this->font, $code) or die('Error in imagettfbbox function');