\documentclass[a5paper, onside, automark, open=any, headsepline]{scrartcl}
\usepackage{selinput}
\SelectInputMappings{adieresis={ä},germandbls={ß}}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[top=10mm]{geometry}
\usepackage{xcolor}
\pagecolor{red!30}
% Mini-Bilder im Abbildungsverzeichnis =========
\usepackage{graphicx}
\newlength{\lofthumbsize}
\setlength{\lofthumbsize}{2em}
\newif\iflofimage
\DeclareRobustCommand*{\lofimage}[2][]{%
\iflofimage
$\vcenter to \lofthumbsize{\vss%
\hbox to \lofthumbsize{\hss\includegraphics[{width=\lofthumbsize,height=\lofthumbsize,keepaspectratio=true,#1}]{#2}\hss}%
\vss}$%
\quad
\fi
\ignorespaces
}
%\img{<graphicx options>}{FILE.png}{<caption text>}
\newcommand{\img}[3]{%
\includegraphics[#1]{#2}
\caption{\lofimage{#2} #3}
}%
% ===============================
%========
\begin{document}
%========
\lofimagetrue
\listoffigures
\lofimagefalse
\vspace{2cm}