Releases: vitali-fedulov/images3
Releases · vitali-fedulov/images3
Stable version, updated README
v1.0.16 Update README.md
Stable version
README update
Stable version, fixes #1
Perfectly uniform image was not comparable to itself. The reason was division by zero during icon normalization.
Stable version, updated README
v1.0.13 -
Stable major version 3 of package "images"
Stable new major version 3 of package "images"
The most important differences of package images3 vs images:
- Hashes get proper "hashy" meaning. If you work with millions of images, now it is possible to perform preliminary image comparison using hash tables (see the second example in README).
- Renamed functions. For example what used to be
Hash
now becomesIcon
to reflect (1). - Old hashes are incompatible with new icons for image comparison. The old module is incompatible with the new one.