When Typst will support TIFF and EPS images to import?

I can understand Typst is not currently supporting TIFF and EPS images to import as these formats are widely using for printing, then how we can use the images for printing?

For online, already having the supports of PNG, JPG/JPEG, GIF, SVG, but challenge is for printing

Hello @Raja,

Welcome to the forum!

The way to go seems to convert between EPS to/from SVG. Not sure about TIFF…

There is already a feature request about EPS, which you could up-vote or comment if you have a GitHub account:

I would suggest to open a similar request for TIFF if you have a good use case for it, otherwise convert TIFF to PNG, then import with Typst.

1 Like

Note that SVG does not support CMYK, also mentioned in the linked issue.

When I had to include CMYK logos in a document, I used PDF images. I don’t know what pitfalls there are in EPS/TIFF to PDF conversions (and what Typst does when exporting raster images to PDF, regardless in what format they were included), but the PDF route is likely more promising than the SVG route.

2 Likes

@ensko : could you please guide me to convert the EPS/TIFF into PDF, which you’re following currently?