From 9fe8146963f80b1e037d5c792a9f744aeda59ba9 Mon Sep 17 00:00:00 2001 From: Vitali Fedulov Date: Tue, 6 Feb 2024 05:20:46 +0100 Subject: [PATCH] New release, February 2024 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 123aa32..ec3740d 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Full code documentation: [Go doc](https://pkg.go.dev/github.com/vitali-fedulov/i - `Rotate90` turns an icon 90° clockwise. This is useful for developing custom similarity function for rotated images with 'EucMetric' and 'PropMetric'. With the function you can also compare to images rotated 180° (by applying 'Rotate90' twice). -- `ResizeByNearest` is an image resizing function, which is useful for fast identification of identical images and development of custom distance metrics not involving any of the above comparison functions. +- `ResizeByNearest` is an image resizing function useful for fast identification of identical images and development of custom distance metrics not involving any of the above comparison functions. ## Algorithm