When trying to add a big image directly below a chapter title, the image together with the title are drawn to the following, an even page. This way, the first page is empty. However, I want to start each chapter on an odd page and prevent the occurrence of an empty page.
How can the title together with the (too) big figure be forced to be drawn on the first page? The question targets figures as the most simple occurrence of floats, but I am in particular interested in other floats directly below the title, e.g. sidewaystables (How to fix issues after rotating a table with sidewaystable directly below the Chapter title?). I opened up a new question, as the problem is more general than I initially expected it to be.
A minimal example is attached:
\documentclass[openright,
liststotoc,
]{scrbook}[2007/12/24]
\usepackage{graphicx}
\begin{document}
\chapter{Big Pic Chapter}
\includegraphics{big_pic}
\end{document}

