├── 1_normal.jpg ├── 2_transparentPixels.png ├── 3_tooLarge.jpg ├── 4_differentSize.jpg └── readme.md /1_normal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cameronmcefee/Image-Diff-View-Modes/61e5b8130829e1370b93d68369bb4868f7b57606/1_normal.jpg -------------------------------------------------------------------------------- /2_transparentPixels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cameronmcefee/Image-Diff-View-Modes/61e5b8130829e1370b93d68369bb4868f7b57606/2_transparentPixels.png -------------------------------------------------------------------------------- /3_tooLarge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cameronmcefee/Image-Diff-View-Modes/61e5b8130829e1370b93d68369bb4868f7b57606/3_tooLarge.jpg -------------------------------------------------------------------------------- /4_differentSize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cameronmcefee/Image-Diff-View-Modes/61e5b8130829e1370b93d68369bb4868f7b57606/4_differentSize.jpg -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | #GitHub View modes 2 | 3 | GitHub is all about comparing versions right? So why not make comparing images more awesome? GitHub now has view modes for image diffs. 4 | 5 | * __Two Up:__ Lets you see your versions side by side, and shows you any changes in image dimensions. 6 | * __Swipe:__ Allows you to see edge to edge changes making it easy to detect minute color shifts. 7 | * __Onion Skin:__ Allows you to see through your versions, making subtle alignment shifts easier to spot. 8 | * __Difference:__ Lets you quickly see which pixels in a image have changed between versions. 9 | 10 | To see it in action, check out [the demo](https://github.com/cameronmcefee/Image-Diff-View-Modes/commit/8e95f70c9c47168305970e91021072673d7cdad8) --------------------------------------------------------------------------------