Handle resemble output setting applying to every image

resemble.outputSettings() applied the settings on a global scale causing
it to affect every diff image on the current page. This fix is directed
to resolve that issue by implementing the output settings right before
the diffProcess is created thus applying the settings to its respective
diff image with its own controls.

Change-Id: I69def795b44158a1771df0582c4711ad1bae7af7
2 files changed
tree: 0ddf1e56181039ec8360a32dec4d2b12e280e4b9
  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.