[luatex] png inclusion differs luatex vs pdftex

Linas Stonys lstonys at vtex.lt
Tue Apr 30 10:00:44 CEST 2024


I get different colors of png image (attached europe.png) when I 
compile  lualatex and pdfflatex.
Image contains some "transparency group".
Differences are seen in acrobat but pdfxchange and sumatra shows the 
same (normaly like pdflatex did)
See attached wrong_image_diff.png.

Here's what one expert told me about pdfs with this  image:
"""
pdflatex inserts parameters dictionary 'Group' inside the page 
dictionary and luatex doesn't.
Acrobat precisely interprets all parameters that's why the view is 
different. Other viewers
work mach simpler and the view gets the same.
'transparency group' mast exists because image is with the 'soft mask' which
meant that image mast be painted with 'transparent imaging model'.
I guess that luatex  draws image with 'opaque imaging model'
"""

I hope you'll understand this comment (I translated it to english :))
Could luatex load png  like pdftex does?

Best,
Linas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: europe.png
Type: image/png
Size: 264218 bytes
Desc: not available
URL: <https://tug.org/pipermail/luatex/attachments/20240430/fa145c37/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wrong_image_diff.png
Type: image/png
Size: 337169 bytes
Desc: not available
URL: <https://tug.org/pipermail/luatex/attachments/20240430/fa145c37/attachment-0003.png>
-------------- next part --------------
\documentclass{article}
\usepackage{graphicx}

\begin{document}



\begin{figure}[t]
  \includegraphics{europe.png}
\end{figure}

TEXT

\end{document}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: __pdflatex_2024.pdf
Type: application/pdf
Size: 206998 bytes
Desc: not available
URL: <https://tug.org/pipermail/luatex/attachments/20240430/fa145c37/attachment-0002.pdf>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: __lualatex_2024.pdf
Type: application/pdf
Size: 200005 bytes
Desc: not available
URL: <https://tug.org/pipermail/luatex/attachments/20240430/fa145c37/attachment-0003.pdf>


More information about the luatex mailing list.