typst/tests/typ/image-formats.typ
Laurenz 81e80ecfba Test [page] function 📕
- Make page break behaviour more consistent
- Allow skipping reference image testing for single tests with `// compare-ref: false` (useful for tests which only check error messages)
2020-12-17 00:20:27 +01:00

9 lines
159 B
XML

// Test loading different image formats.
// Load an RGBA PNG image.
[image: "res/rhino.png"]
[pagebreak]
// Load an RGB JPEG image.
[image: "res/tiger.jpg"]