Re: PNG loading time
Max Chernoff via tex-live <[email protected]>
| Newsgroups | gmane.comp.tex.live |
|---|---|
| Message-ID | <[email protected]> |
Hi Norbert, On Thu, 2026-02-12 at 01:32 +0100, Norbert Preining wrote: > So pdflatex and lualatex behave the same way, wiht lualatex being faster > on slow images (maybe it supports palettes?). > > xelatest is the same with slow/fast images, faster than pdflatex on slow > images. Is each image only included once in this test document, or does it include the same image multiple times? pdfTeX always closes images at the end of every page, so including the same image on multiple different pages means that it reloads it every time; xdvipdfmx only ever loads the image once, so it's way faster in this scenario. Thanks, -- Max