Change resemble errorType to flat

ResembleJS features a lot of different errorTypes for various image
comparison. However, none of them are perfect. Likewise, flat is not
perfect as the diff image will often come out crude, but it will result
in the least false positives for the users.

Change-Id: I5e7d61dab28607fb870cea5905b0e23db13af7cc
1 file changed
tree: 6ed4839d9f3d32e09743b7c920a9746b499843fc
  1. gr-image-diff-tool/
  2. gr-opacity-diff-mode/
  3. gr-resemble-diff-mode/
  4. test/
  5. .gitignore
  6. BUILD
  7. package.json
  8. plugin.html
  9. README.md
  10. yarn.lock
README.md

Image Diff

A plugin that uses ResembleJS to provide a rich image diffing experience in PolyGerrit. Uses yarn for package management.

Run yarn install to get started.

Testing

This plugin uses polymer-cli to test.