Posted on 2008-06-04 08:30:52-07 by burak in response to 7995
Re: Fonts
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...
Direct Responses: 8021 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.