I am working on a paper on microscopy techniques, and I would to have an example image next to the chapter heading. I see there is room for it, but I am not able to come up with a code that puts my image where I'd like. I thought about maybe some minipages, but I'm not sure. Some input would be much appreciated. A small example follows at the end of the post. The output of that example is the attachment (the page continues on, naturally, but I included only the part of interest).
I appreciate any help I can get. Also, if my suggested page-layout is very ugly, please let me know, and maybe you have a better option

Code: Select all
\documentclass{report}
\usepackage{graphicx}
\begin{document}
\chapter{Light Microscope}
blabla
\section{Optical Enhancement Techniques}
blabla
\end{document}