@bscotch/pixel-checksum
v0.1.2
Published
Compute checksums of PNG images, based only on their pixel values. This is useful when comparing image files, when they may have different metadata but the same content.
Downloads
28
Readme
pixel-checksum
Compute checksums of PNG images, based only on their pixel values. This is useful when comparing image files, when they may have different metadata but the same content.
Usage
Contributing
Building this project requires Rust 1.78.0 (higher versions do not work with Neon as of the last update).
This project was bootstrapped by create-neon.
- Ensure you have a compatible version of Rust locally, e.g. with
rustup default 1.78.0
- Install dependencies:
pnpm install
- Build:
pnpm build