Versions in this module Expand all Collapse all v1 v1.0.1 Jun 22, 2024 v1.0.0 May 13, 2024 Changes in this version + func CopyFileTo(srcPath, destPath string) error + func DecodeByteToJpeg(b []byte) (img image.Image, err error) + func DecodeByteToPng(b []byte) (img image.Image, err error) + func EncodeJPEGToBase64(img image.Image, quality int) string + func EncodeJPEGToByte(img image.Image, quality int) (ret []byte) + func EncodePNGToBase64(img image.Image) string + func EncodePNGToByte(img image.Image) (ret []byte) + func GetPWD() string + func LoadFont(p string) (*truetype.Font, error) + func LoadJpeg(p string) (image.Image, error) + func LoadPNG(p string) (image.Image, error) + func StringToMD5(src string) string