Skip to content

Commit 27773ac

Browse files
author
Rafal Chmiel
committed
Merge pull request tiimgreen#68 from hariadi/rendering-images
Rendering and diffing images
2 parents ef34c50 + 8db2c16 commit 27773ac

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
3838
- [Diffable Maps](#diffable-maps)
3939
- [Expanding Context in Diffs](#expanding-context-in-diffs)
4040
- [Diff or Patch of Pull Request](#diff-or-patch-of-pull-request)
41+
- [Rendering and diffing images](#rendering-and-diffing-images)
4142
- [Hub](#hub)
4243
- [Decreasing Contributor Friction](#decreasing-contributor-friction)
4344
- [Contributing Guidelines](#contributing-guidelines)
@@ -489,6 +490,13 @@ index 88fcf69..8614873 100644
489490
(...)
490491
```
491492

493+
#### Rendering and diffing images
494+
GitHub can display several common image formats, including PNG, JPG, GIF, and PSD. In addition, there are several ways to compare differences between versions of those image formats.
495+
496+
[![Diffable PSD](https://cloud.githubusercontent.com/assets/2546/3165594/55f2798a-eb56-11e3-92e7-b79ad791a697.gif)](https://github.com/blog/1845-psd-viewing-diffing)
497+
498+
[*Read more about rendering and diffing images.*](https://help.github.com/articles/rendering-and-diffing-images)
499+
492500
### Hub
493501
[Hub](https://github.com/github/hub) is a command line Git wrapper that gives you extra features and commands that make working with GitHub easier.
494502

0 commit comments

Comments
 (0)