I am writing an scrbook and would like to create a cover consisting of only an image and a shaded text box like the one below.
Does anyone has a recipe for adding a similar cover to this template:
\documentclass[
a4paper,
10pt,
pagesize,
titlepage=true,
numbers=noenddot,]{scrbook}
\begin{document}
\tableofcontents
\chapter{gg}
\chapter{cc}
\end{document}


coverbook. See for example question https://tex.stackexchange.com/q/17579/16550 – Mensch Dec 01 '18 at 00:27