forked from josch/img2pdf
document the ifvalid option value further
This commit is contained in:
parent
0067edf965
commit
5c617965f5
1 changed files with 3 additions and 2 deletions
|
@ -3610,8 +3610,9 @@ ifvalid, 0, 90, 180 and 270. The default value is auto and indicates that input
|
|||
images are rotated according to their EXIF Orientation tag. The values none and
|
||||
0 ignore the EXIF Orientation values of the input images. The value ifvalid
|
||||
acts like auto but ignores invalid EXIF rotation values and only issues a
|
||||
warning instead of throwing an error. The values 90, 180 and 270 perform a
|
||||
clockwise rotation of the image.
|
||||
warning instead of throwing an error. This is useful because many devices like
|
||||
Android phones, Canon cameras or scanners emit an invalid Orientation tag value
|
||||
of zero. The values 90, 180 and 270 perform a clockwise rotation of the image.
|
||||
""",
|
||||
)
|
||||
sizeargs.add_argument(
|
||||
|
|
Loading…
Reference in a new issue