webdiff icon indicating copy to clipboard operation
webdiff copied to clipboard

Two-column web-based git difftool

Results 97 webdiff issues
Sort by recently updated
recently updated
newest added

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.

image diffs

They do have an intrinsic dimension, and webdiff can render them. It should show the size, too: ![screen shot 2014-12-12 at 7 42 54 pm](https://cloud.githubusercontent.com/assets/98301/5421730/21e92062-8237-11e4-8fc8-3e85a87ae996.png)

bug
image diffs

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...

enhancement
image diffs

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...

bug

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...