|
Hi,
You can check the error like this:
$image->create( qw/ ttf ec #000000 #66CC00 / );
die "Error loading ttf font for GD: $@" if $image->gdbox_empty;
It can either be a path issue or you may have a broken libgd.
Also, GD::Text is not used inside GD::SecurityImage... |