in reply to Catalyst::Plugin::Captcha questions
use GD::SecurityImage use_magick => 1; __PACKAGE__->config->{captcha} = { session_name => 'captcha_string', new => { width => 120, height => 50, lines => 1, font => "/absolute/path/to/your.ttf", }, create => qw/ttf rect/, particle => 100, out => {force => 'jpeg'} };
|
|---|