I'm generating an error when I try to run an animation in beamer. I have a set of 100 png files titled 0.png, 1.png, etc. Calling with this code,
\documentclass{beamer}
\usepackage{animate}
\begin{document}
\begin{frame}
\frametitle{a}
\animategraphics[autoplay,loop]{20}{figs/animBending/}{0}{100}
\end{frame}
\end{document}
I generate the error
libpng error: Not a PNG file
I've tried renaming all my files with extensions .png and .PNG, both give the same error. What's the issue here?
Edit: .log file here
Edit: 0.png here
0.png, 1.png, 2.png, 3.pngresiding in a subfolder and had no problems either. Phew!! – AlexG Mar 15 '18 at 17:05\includegraphics{./figs/animBending/0}and\includegraphics{./figs/animBending/0.png}work? – samcarter_is_at_topanswers.xyz Mar 15 '18 at 17:18