Skip to content

Commit

Permalink
Fix some README issues and bump the version to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
recurser committed Aug 22, 2019
1 parent e120edf commit 83abf1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.markdown
@@ -1,7 +1,7 @@
EXIF Orientation-flag example images
====================================

Example images using each of the EXIF orientation flags (1-to-8), in both landscape and portrait orientations.
Example images using each of the EXIF orientation flags (0-to-8), in both landscape and portrait orientations.

[See here](http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto/) for more information.

Expand All @@ -16,7 +16,7 @@ The instructions below assume you are running on macOS - if not, you will need t
To install the dependencies:

```
> brew install gs
> brew install gs exiftool imagemagick@6
> cd generator
> gem install bundler
> bundle install
Expand All @@ -26,10 +26,10 @@ To generate test images:

```
> cd generator
> ./generate path/to/image.jpg
> ./generate.rb path/to/image.jpg
```

This will create images `image_1.jpg` through to `image_8.jpg`.
This will create images `image_0.jpg` through to `image_8.jpg`.


Re-generating sample images
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.0
2.0.1

0 comments on commit 83abf1d

Please sign in to comment.