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

Static gif images not displayed #724

Open OzFalcon opened 2 years ago

OzFalcon commented 2 years ago

Logs indicate static.gif images are being handled like an animated video file resulting in a blank image being displayed instead of the intended static gif image.

Restarted looped video End Video Thread - /home/arcade/wad/ztitles/static_gif.gif

  • bit_rate=0, width=480, height=480
  • displayed=1
  • average qscore=10 Restarted looped video

Attached are examples of static gif not displayed and static png displayed ok. Screenshot_static_gif Screenshot_static_png

Static and Animated PNG files are distinct with their file extensions .png & .apng Perhaps for a simple solution the same could be applied to Static and Animated Gif's .gif & .agif