JSPM

@bscotch/pixel-checksum

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q52086F
  • License MIT

Package Exports

  • @bscotch/pixel-checksum

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