Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 566 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 566 Bytes

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