package
2.0.4
Repository: https://github.com/admpub/go-captcha.git
Documentation: pkg.go.dev

# Functions

DecodeByteToJpeg is to decode the byte array into an image.
DecodeByteToPng is to decode the byte array into a png.
EncodeJPEGToBase64 is to encode the image into string.
EncodeJPEGToBase64Data is to encode the image into string.
EncodeJPEGToByte is to encode the image into a byte array.
EncodePNGToBase64 is to encode the png into string.
EncodePNGToBase64Data is to encode the png into string.
EncodePNGToByte is to encode the png into a byte array.