Versions in this module Expand all Collapse all v1 v1.10.2 Jun 26, 2023 Changes in this version + type Captcha interface + ClearImage func() + DrawBeeline func(point1 Point, point2 Point, lineColor color.RGBA) + DrawBorder func(borderColor color.RGBA) + DrawHollowLine func() + DrawLine func(num int) + DrawNoise func(complex CaptchaComplex) + DrawSineLine func() + DrawText func(text string) + DrawTextNoise func(complex CaptchaComplex) + NewCaptchaImage func() (img string, err error) + SaveImage func() (img string) + type CaptchaComplex int + type Point struct + X int + Y int + func NewPoint(x int, y int) *Point