为 .png 图像序列制作动画(没有其他问题帮助)

为 .png 图像序列制作动画(没有其他问题帮助)

我想为文档中的一系列图像制作动画,但出现以下错误:

! Package animate Error: None of the files(animate) Monkey-0.pdf',(animate)...

这是我的代码:

\documentclass{article}
\usepackage{animate}
\usepackage{tikz}

\begin{document}
   \animategraphics[autoplay,loop]{1}{Monkey-}{0}{59}
\end{document}

我不明白我做错了什么,因为文件在文件夹中,而我没有在命令中添加扩展名。(我正在使用 TexMaker)

相关内容