mirror of
https://github.com/lovell/sharp.git
synced 2025-07-13 20:30:14 +02:00
Clarify removal of EXIF Orientation tag #189
This commit is contained in:
parent
d303703dc5
commit
4f1ac5717e
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user