Skip to content

Commit

Permalink
Merge pull request #532 from clbn/patch-1
Browse files Browse the repository at this point in the history
Fix a link in README.md
  • Loading branch information
aheckmann authored Aug 1, 2016
2 parents d173005 + 2dbb38a commit 4b7e733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ The links below refer to an older version of gm but everything should still work

- getters
- [size](http://aheckmann.github.com/gm/docs.html#getters) - returns the size (WxH) of the image
- [orientation](http://aheckmann.github.com/gm/docs.html#orientation) - returns the EXIF orientation of the image
- [orientation](http://aheckmann.github.com/gm/docs.html#getters) - returns the EXIF orientation of the image
- [format](http://aheckmann.github.com/gm/docs.html#getters) - returns the image format (gif, jpeg, png, etc)
- [depth](http://aheckmann.github.com/gm/docs.html#getters) - returns the image color depth
- [color](http://aheckmann.github.com/gm/docs.html#getters) - returns the number of colors
Expand Down

0 comments on commit 4b7e733

Please sign in to comment.