Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 309 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 309 Bytes

gs-diff

Creates diff image from two images. Boundaries of both images should be identical.

Usage:
go get -u github.com/rocc0/gs-diff
go build .
./gs-diff -o=diff.png image1.png image2.png 
or 
go get -u github.com/rocc0/gs-diff/...
gs-diff -o=diff.png image1.png image2.png