P
Pingu Penguin
Hi Mathew, I am using the turing package to try and create captcha
images, i use the code:
ti = Turing::Image.new
width => 280, :height => 115)
ti.generate(File.join(Dir.getwd, 'a.jpg'), "randomword")
The image is generated fine, but the text is unreadably small.
images, i use the code:
ti = Turing::Image.new
ti.generate(File.join(Dir.getwd, 'a.jpg'), "randomword")
The image is generated fine, but the text is unreadably small.