diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-14 15:12:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-14 14:12:28 +0000 |
| commit | b89348b92a9c1ae67a4bb69a6db69d14f881384d (patch) | |
| tree | c48f067d9dce5eae08e95f48b47222791b79f442 /tests/typ | |
| parent | fcf64d0ee0c2c48580f5d3576f8d53df4922c5e9 (diff) | |
Read EXIF data and apply image rotation (#3413)
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/bugs/870-image-rotation.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/bugs/870-image-rotation.typ b/tests/typ/bugs/870-image-rotation.typ new file mode 100644 index 00000000..56c3da1d --- /dev/null +++ b/tests/typ/bugs/870-image-rotation.typ @@ -0,0 +1,6 @@ +// Ensure that EXIF rotation is applied. +// https://github.com/image-rs/image/issues/1045 + +--- +// Files is from https://magnushoff.com/articles/jpeg-orientation/ +#image("/files/f2t.jpg", width: 10pt) |
