Skip to content

Rust package for computing PNG checksums by pixel value.

License

Notifications You must be signed in to change notification settings

bscotch/pixel-checksum

Repository files navigation

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

About

Rust package for computing PNG checksums by pixel value.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published