Versions in this module Expand all Collapse all v1 v1.0.0 Jan 19, 2025 Changes in this version + 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, error) + func EncodeJPEGToBase64Data(img image.Image, quality int) (string, error) + func EncodeJPEGToByte(img image.Image, quality int) (ret []byte, err error) + func EncodePNGToBase64(img image.Image) (string, error) + func EncodePNGToBase64Data(img image.Image) (string, error) + func EncodePNGToByte(img image.Image) (ret []byte, err error)