I have a png sequence given as the following: Comp1-000.png, Comp1-001.png, ... , Comp1-311.png.
How could I form an animation, probably using the package animate, from them?
I have a png sequence given as the following: Comp1-000.png, Comp1-001.png, ... , Comp1-311.png.
How could I form an animation, probably using the package animate, from them?
html?svg?pdf?gif? – AndréC Oct 27 '20 at 12:06\animategraphics[loop,controls,width=\linewidth]{10}{Comp-}{000}{311}, but it doesn't work. Any help? I think its due to the way that all the individual png's are numbered, because they write\animategraphics[loop,controls,width=\linewidth]{10}{something-}{0}{16}in their answer. – Hertzeh Oct 27 '20 at 13:49\animategraphics[loop,controls,width=\linewidth]{30}{Comp1-}{000}{311}– AndréC Oct 27 '20 at 14:45