If I run the example below with LuaLaTeX, the transparent package doesn't load with the error: Package transparent Warning: Your pdfTeX version does not support color stacks. (a pretty clear error message)
\documentclass{minimal}
\usepackage{transparent}
\begin{document}
\transparent{0.5}{Ciao}
\end{document}
I have a bunch of images generated by Inkscape which contain the \transparent command, and at the moment I simply defined an empty \transparent command to avoid the error, but I'd like to know if there's a better workaround to maintain the transparency.