Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + var ErrImageSizesNotMatch = errors.New("image sizes do not match") + func EnableDiffMask(o *MatchOptions) + func IncludeAntiAlias(o *MatchOptions) + func MatchPixel(a, b image.Image, opts ...MatchOption) (int, error) + type MatchOption func(*MatchOptions) + func Alpha(alpha float64) MatchOption + func AntiAliasedColor(c color.Color) MatchOption + func DiffColor(c color.Color) MatchOption + func DiffColorAlt(c color.Color) MatchOption + func Threshold(threshold float64) MatchOption + func WriteTo(img *image.Image) MatchOption + type MatchOptions struct