webdiff
webdiff copied to clipboard
Two-column web-based git difftool
See [this article](http://franklinta.com/2014/11/30/image-diffing-using-css/). This would work for perceptual diffs. It wouldn't work for finding bounding boxes.
I tried looking through the source code to see if this was an available option, but I couldn't find it if it is. I tried to follow the code to...
Remaining to do: - [ ] Make the pdiff image have a transparent background - [ ] Show a spinner or something while the pdiff is being computed - [x]...
An image's EXIF headers (date taken, etc.) may change while its pixels remain unaffected. It would be helpful if webdiff showed the headers.
They do have an intrinsic dimension, and webdiff can render them. It should show the size, too: 
The range slider is a little silly in that case and can be off-screen for large images. It would make sense to allow the red/green dividing line itself to be...
It's a big dependency and unclear that it's doing anything for us. And [complexity with shutting down](http://stackoverflow.com/a/26788325/388951) may be causing weird stack traces.
When you have a really long, expanded file list (tall enough that it covers the entire screen), it's a bit surprising that clicking a file name results in no visible...
This is pretty standard across web apps
If closing the tab reliably terminates the server, then there's no danger in detaching the webdiff process when you launch it. And it will give you control of your terminal...