pull/3/head v1.1.2
Vitali Fedulov 2022-08-10 22:26:45 +02:00 committed by GitHub
parent c66aa66a66
commit 302c8b5483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ Near duplicates and resized images can be found with the package. No dependencie
**Demo**: [similar image clustering](https://vitali-fedulov.github.io/similar.pictures/) based on similar algorithm.
**Versions**: This is the **latest major version images4**. Previous versions are [images](https://github.com/vitali-fedulov/images) and [images3](https://github.com/vitali-fedulov/images3). Changes in images4 vs images3 are: 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.
**Versions**: There are in total 3 version repositories: [images](https://github.com/vitali-fedulov/images) (oldest), [images3](https://github.com/vitali-fedulov/images3) (older), and this major version **images4 (latest, recommended)**.
Changes in images4 vs images3 are: 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.
### Key functions