Hi y’all
I love typst and I really like that I am able to create a series of svg or png images with:
typst c test.typ out-{n}.png
Now I was wondering if jpeg as an output format is in planning?
Hi y’all
I love typst and I really like that I am able to create a series of svg or png images with:
typst c test.typ out-{n}.png
Now I was wondering if jpeg as an output format is in planning?
I don’t think there’s any plan for this, even though it would be trivial to add, JPEG is a lossy format. If you really want to use it you can trivially convert from PNG to JPEG with an external tool.
If you like hacking around, you can add JPEG yourself and most likely keep such a fork up to date without a lot of work.