答案1
您可以使用 tikz 包在图片周围画一个圆圈。只需使用\usepackage{tikz}
例如执行以下部分:
\begin{frame}
\frametitle{Circle around picture}
\begin{tikzpicture}[roundnode/.style={circle, draw=green!60, fill=green!10, very thick, minimum size=7mm}]
\node[roundnode]{\includegraphics{h8UFB}};
\end{tikzpicture}
\end{frame}