README ¶ go-diff-image A diff tool for images. Installation $ go get -u github.com/schollz/go-diff-image/... Usage diff-image -o=diff.png before.png after.png # open diff.png Example License MIT License Copyright (c) 2017 Naoki YAGUCHI Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func DiffImage(img1, img2 image.Image, removeFront ...bool) (diffImg *image.RGBA, deletions int, insertions int, equals int) type HashLines Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DiffImage ¶ func DiffImage(img1, img2 image.Image, removeFront ...bool) (diffImg *image.RGBA, deletions int, insertions int, equals int) Types ¶ type HashLines ¶ type HashLines struct { Lines []string } Source Files ¶ View all Source files diff.go Directories ¶ Show internal Expand all Path Synopsis cmd diff-image Click to show internal directories. Click to hide internal directories.