mmatyas / pegasus-frontend

A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
http://pegasus-frontend.org
Other
1.23k stars 111 forks source link

[Request] Add support for APNG #765

Closed PlayingKarrde closed 3 years ago

PlayingKarrde commented 3 years ago

Would be great if you were able to integrate this qt plugin: https://github.com/Skycoder42/QtApng

We could then implement support for images such as https://cdn.steamgriddb.com/hero/01c8a64a2b3c66c05c2dbf9df27510eb.png into themes.

PlayingKarrde commented 3 years ago

Also, on this note, having support for webp (https://www.programmersought.com/article/65711358710/) would also be fantastic.

mmatyas commented 3 years ago

Ok, both should be working now in the latest version! Two important notes however:

  1. To make them animated in themes, you have to use the AnimatedImage QML type
  2. As mentioned at the linked repo, animated PNGs require the extension .apng

Have fun!

PlayingKarrde commented 3 years ago

Thanks!