diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-11-30 22:07:08 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-11-30 22:07:08 +0100 |
| commit | fdc1b378a3eb3cf325592b801c43e2ec2478ddff (patch) | |
| tree | 0e83aa07d7ec49ac494746b44869d0306f5648fe /tests/typ | |
| parent | 21857064db8ca1bdf61b6e5ee37dff1a15083189 (diff) | |
Compress images in PDFs ⚙
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/image.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/image.typ b/tests/typ/image.typ index 0dd22950..6ae349a1 100644 --- a/tests/typ/image.typ +++ b/tests/typ/image.typ @@ -6,8 +6,8 @@ # Tiger [image: "res/tiger.jpg", width=2cm] -[image: "res/tiger-alpha.png", width=1cm] -[image: "res/tiger-alpha.png", height=2cm] +[image: "res/rhino.png", width=1cm] +[image: "res/rhino.png", height=2cm] [pagebreak] |
