Versions in this module Expand all Collapse all v1 v1.0.0 Nov 11, 2024 Changes in this version + func ImreadGray(path string) (*image.Gray, error) + func ImreadGray16(path string) (*image.Gray16, error) + func ImreadRGBA(path string) (*image.RGBA, error) + func ImreadRGBA64(path string) (*image.RGBA64, error) + func Imwrite(img image.Image, path string) error