Skip to content

Releases: simonw/image-diff

0.2.2

19 Sep 19:42
Compare
Choose a tag to compare

0.2.1

11 Mar 23:54
cfe7d59
Compare
Choose a tag to compare
  • Fixed bug where image-diff compile command produced images using the incorrect orientation. #3

0.2

11 Mar 23:42
7655aff
Compare
Choose a tag to compare
0.2
  • image-diff count one.jpg two.jpg command, to count the number of pixels different between two images. #1
  • image-diff compile image.json -o output.png command for compiling a simple JSON definition into an image file - useful for testing. #2

0.1

11 Mar 22:19
Compare
Choose a tag to compare
0.1
  • Initial release: image-diff diff first.jpg second.jpg -o output.png generates an image representing the difference between two other images.