typst-0.6.2: test/typ/visualize/image-00.typ
// Test loading different image formats.
// Load an RGBA PNG image.
#image("/assets/files/rhino.png")
// Load an RGB JPEG image.
#set page(height: 60pt)
#image("/assets/files/tiger.jpg")
// Test loading different image formats.
// Load an RGBA PNG image.
#image("/assets/files/rhino.png")
// Load an RGB JPEG image.
#set page(height: 60pt)
#image("/assets/files/tiger.jpg")