mickelson / attract

A graphical front-end for command line emulators that hides the underlying operating system and is intended to be controlled with a joystick or gamepad.
http://attractmode.org
GNU General Public License v3.0
393 stars 115 forks source link

load_from_archive does not animate gif #594

Open pcca-matrix opened 4 years ago

pcca-matrix commented 4 years ago

when using load_from_archive , and animated gif is inside zip , it does not animate ! it work only if you specify file extension.

ex: tmp = front.load_from_archive( "F:/attract/layouts/test/test.zip","img.gif" ); Gif is animated as expected

tmp = _front.load_from_archive( "F:/attract/layouts/test/test.zip","img" ); Gif is displayed as static image.