Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 3.36 KB

ReadMe.md

File metadata and controls

32 lines (21 loc) · 3.36 KB

JImageHash.py Unlicensed work

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

We have moved to https://codeberg.org/KOLANICH-libs/JImageHash.py (the namespace has changed to KFmts, which groups packages related to parsing or serialization), grab new versions there.

Under the disguise of "better security" Micro$oft-owned GitHub has discriminated users of 1FA passwords while having commercial interest in success and wide adoption of FIDO 1FA specifications and Windows Hello implementation which it promotes as a replacement for passwords. It will result in dire consequencies and is competely inacceptable, read why.

If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is the list of alternatives and rationales to do it. If they delete the discussion, there are certain well-known places where you can get a copy of it. Read why you should also leave GitHub.


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.