From 83abf1d0c7ee2b923dd57c6a3bc554b2c1ed4efc Mon Sep 17 00:00:00 2001 From: Dave Perrett Date: Thu, 22 Aug 2019 15:35:31 +0900 Subject: [PATCH] Fix some README issues and bump the version to 2.0.1. --- README.markdown | 8 ++++---- VERSION | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 0ac70e7..38c655f 100644 --- a/README.markdown +++ b/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. @@ -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 @@ -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 diff --git a/VERSION b/VERSION index 227cea2..38f77a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 +2.0.1