Skip to content

Commit

Permalink
Clarify removal of EXIF Orientation tag #189
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jul 13, 2015
1 parent d303703 commit 4f1ac57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,13 +446,17 @@ Use this method without `angle` to determine the angle from EXIF data. Mirroring

Method order is important when both rotating and extracting regions, for example `rotate(x).extract(y)` will produce a different result to `extract(y).rotate(x)`.

The use of `rotate` implies the removal of the EXIF `Orientation` tag, if any.

#### flip()

Flip the image about the vertical Y axis. This always occurs after rotation, if any.
The use of `flip` implies the removal of the EXIF `Orientation` tag, if any.

#### flop()

Flop the image about the horizontal X axis. This always occurs after rotation, if any.
The use of `flop` implies the removal of the EXIF `Orientation` tag, if any.

#### withoutEnlargement()

Expand Down

0 comments on commit 4f1ac57

Please sign in to comment.