Documentation ¶
Index ¶
Constants ¶
View Source
const ( TYPE_PNG = 1 TYPE_JPEG = 2 )
Variables ¶
This section is empty.
Functions ¶
func GetImgFromUrl ¶
Types ¶
type LineInfo ¶
type LineInfo struct {
// contains filtered or unexported fields
}
干扰线
func NewLineInfo ¶
func (*LineInfo) PointExist ¶
type VcodeReader ¶
type VcodeReader struct {
// contains filtered or unexported fields
}
func NewVcodeReader ¶
func NewVcodeReaderDefault ¶
func NewVcodeReaderDefault(file_name string) *VcodeReader
func NewVcodeReaderDefaultFromUrl ¶
func NewVcodeReaderDefaultFromUrl(url string) *VcodeReader
func (*VcodeReader) GetXyVisited ¶
func (this *VcodeReader) GetXyVisited(x, y int) int
func (*VcodeReader) IncXyVisited ¶
func (this *VcodeReader) IncXyVisited(x, y int) int
func (*VcodeReader) Read ¶
func (this *VcodeReader) Read() (string, error)
func (*VcodeReader) SetNeedRev ¶
func (this *VcodeReader) SetNeedRev(need_rev bool)
Click to show internal directories.
Click to hide internal directories.