Versions in this module Expand all Collapse all v4 v4.1.16 Nov 2, 2023 v4.1.15 Nov 1, 2023 Changes in this version + func DecodeImage(filePath string) (img image.Image, err error) + func GetImageHeight(img image.Image) int + func GetImageWidth(img image.Image) int + func GetImageWidthAndHeight(filename string) (width, height int) + func New3DSlice(x int, y int, z int) (theSlice [][][]uint8) + func NewRGBAMatrix(height int, width int) (rgbaMatrix [][][]uint8) + func Resize(src *image.NRGBA, width int, height int) *image.NRGBA + func ResizeForMatrix(filepath string, width int, height int) (imgMatrix [][][]uint8, err error) + type ImageInfo struct + DataUInt8 []uint8 + Height int + Width int + func GetResizedImageInfo(filename string) (imageInfo ImageInfo) Other modules containing this package github.com/iwindy/face-engine/v3