Versions in this module Expand all Collapse all v1 v1.0.0 Nov 11, 2024 Changes in this version + func EmbossGray(img *image.Gray) (*image.Gray, error) + func EmbossRGBA(img *image.RGBA) (*image.Gray, error) + func InvertGray(img *image.Gray) *image.Gray + func InvertRGBA(img *image.RGBA) *image.RGBA + func PixelateGray(img *image.Gray, factor float64) (*image.Gray, error) + func PixelateRGBA(img *image.RGBA, factor float64) (*image.RGBA, error) + func Sepia(img *image.RGBA) *image.RGBA + func SharpenGray(img *image.Gray) (*image.Gray, error) + func SharpenRGBA(img *image.RGBA) (*image.RGBA, error)