Versions in this module Expand all Collapse all v0 v0.2.0 May 27, 2026 v0.1.1 May 27, 2026 v0.1.0 May 27, 2026 Changes in this version + func DecodeBytes(data []byte) (*image.NRGBA, error) + func DecodeBytesContext(ctx context.Context, data []byte) (*image.NRGBA, error) v0.0.1 May 26, 2026 Changes in this version + func Decode(path string) (*image.NRGBA, error) + func DecodeContext(ctx context.Context, path string) (*image.NRGBA, error) + func IsWorker() bool + func MaybeRunWorker()