diff options
Diffstat (limited to 'tests/typ/image-formats.typ')
| -rw-r--r-- | tests/typ/image-formats.typ | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/typ/image-formats.typ b/tests/typ/image-formats.typ new file mode 100644 index 00000000..36b991d0 --- /dev/null +++ b/tests/typ/image-formats.typ @@ -0,0 +1,8 @@ +// Test loading different image formats. + +// Load an RGBA PNG image. +[image: "res/rhino.png"] +[pagebreak] + +// Load an RGB JPEG image. +[image: "res/tiger.jpg"] |
