Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.99 KB

ReadMe.md

File metadata and controls

24 lines (17 loc) · 1.99 KB

JImageHash.py Unlicensed work

wheel (GHA via nightly.link) GitHub Actions Libraries.io Status Code style: antiflash

Python bindings to JImageHash Java library.

Needed jars

You need the following jars (currently they are hardcoded, we need to decouple, to do it properly we need a special package for doing this):

You can download some prebuilt jars here (SHA256: 614ff6ba6712f147ab65d220debb996b7d60e6ca989033776ce33a03db2a407a).

Currently the paths to jars are hardcoded (so you will likely have to change them before building the lib according to your needs), a proper solution requires a separate package discovering jars available in system, such as distro-provided maven repo.