From 6b727a318d1d2972d66c74d417d7f8ee2fd81911 Mon Sep 17 00:00:00 2001 From: Vitali Fedulov Date: Thu, 27 Apr 2023 19:14:00 +0200 Subject: [PATCH] example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd52c67..1773a41 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Release note (v4): simplified func `Icon`; more than 2x reduction of icon memory - `Similar90270` is a superset of `Similar` by additional comparison to images rotated ±90°. Such rotations are relatively common, even by accident when taking pictures on mobile phones. -- `EucMetric` can be used instead of `Similar` when you need different precision or want to sort by similarity. +- `EucMetric` can be used instead of `Similar` when you need different precision or want to sort by similarity. [Example](https://github.com/egor-romanov/png2gif/blob/main/main.go#L450) (not mine). - `PropMetric` allows customization of image proportion threshold.