rasterdiff
v1.0.2
Published
Raster Diff is a line-by-line image diff tool for documents.
Downloads
359
Readme
rasterdiff
Raster Diff is a line-by-line image diff tool for documents.
Website: https://diff.hata6502.com/
The web app compares PDFs and images in the browser without uploading files. The CLI currently supports PNG input and writes a single PNG diff image.
CLI
rasterdiff before.png after.png output.pngExit status:
0: no diff1: diff found2: usage or runtime error
Development
Build the CLI locally:
npm install
npm run buildRun it:
node dist/cli.js before.png after.png output.png