From 8db2c16a4061ae4c09c44da3042fee5e9ede6d60 Mon Sep 17 00:00:00 2001 From: Hariadi Hinta Date: Fri, 6 Jun 2014 12:05:13 +0800 Subject: [PATCH] Rendering and diffing images --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4f1bf1d..bece284 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c - [Diffable Maps](#diffable-maps) - [Expanding Context in Diffs](#expanding-context-in-diffs) - [Diff or Patch of Pull Request](#diff-or-patch-of-pull-request) + - [Rendering and diffing images](#rendering-and-diffing-images) - [Hub](#hub) - [Decreasing Contributor Friction](#decreasing-contributor-friction) - [Contributing Guidelines](#contributing-guidelines) @@ -489,6 +490,13 @@ index 88fcf69..8614873 100644 (...) ``` +#### Rendering and diffing images +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. + +[![Diffable PSD](https://cloud.githubusercontent.com/assets/2546/3165594/55f2798a-eb56-11e3-92e7-b79ad791a697.gif)](https://github.com/blog/1845-psd-viewing-diffing) + +[*Read more about rendering and diffing images.*](https://help.github.com/articles/rendering-and-diffing-images) + ### Hub [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.