I used the wallpaper package to add a background picture to a document site. My code:
\documentclass{scrartcl}
\usepackage{wallpaper}
\begin{document}
\ThisTileWallPaper{\paperwidth}{\paperheight}{hands}
\Huge Text!
\end{document}
I wish to make it transparent so the result looks like this. I mean the transparent package with the command {\transparent{0.4}}. How can I do it? Here's the picture:


{}before and behind this line\transparent{0.4}\includegraphics[width=\paperwidth,height=\paperheight]{hands}. – Su-47 Oct 12 '17 at 22:46