typst/tests/typ/func-image-formats.typ

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"]