Rust-accelerated pixelmatch and SSIM for PNG bytes. Current version 1.2.0, active development, monthly releases.
pip install pixelhogNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compare two PNG byte strings and get diff image plus SSIM score.
Use 'from pixelhog import pixelmatch' instead of 'from pixelhog.diff import pixelmatch'.
Use 'output_format' instead of 'format' when upgrading to 2.0.
Open files in binary mode and pass the bytes: open('img.png', 'rb').read()No dependency data recorded yet.