Versions in this module Expand all Collapse all v1 v1.3.8 Aug 17, 2022 Changes in this version + func Decode(msgLen uint32, pictureInputFile image.Image) (message []byte) + func Encode(writeBuffer *bytes.Buffer, pictureInputFile image.Image, message []byte) error + func EncodeNRGBA(writeBuffer *bytes.Buffer, rgbImage *image.NRGBA, message []byte) error + func GetMessageSizeFromImage(pictureInputFile image.Image) (size uint32) + func MaxEncodeSize(img image.Image) uint32