From 1ef1b21753cd8da3a4e9c47d72452b94f2239675 Mon Sep 17 00:00:00 2001 From: Vitali Fedulov Date: Fri, 19 Aug 2022 19:17:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb43129..9cbc084 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Near duplicates and resized images can be found with the package. No dependencie All versions will be kept available indefinitely. -Release note (v4): simplified func `Icon`, more than 2x reduction of icon memory footprint, removal of dependencies, removal of hashes (a separate new package [imagehash](https://github.com/vitali-fedulov/imagehash) can be used for fast large scale preliminary search), fixed GIF support, new func `IconNN`. Overall goal of v4 is simplification and memory footprint reduction. +Release note (v4): simplified func `Icon`; more than 2x reduction of icon memory footprint; removal of all dependencies; removal of hashes (a separate new package [imagehash](https://github.com/vitali-fedulov/imagehash) can be used for fast large scale preliminary search); fixed GIF support; new func `IconNN`. The main improvements in v4 are package simplification and memory footprint reduction. ### Key functions