updater icon indicating copy to clipboard operation
updater copied to clipboard

Unsupported image format (.gif)

Open mole99 opened this issue 4 years ago • 5 comments

When starting the updater/launcher, the image of the latest blog post loads endlessly.

launcher_gif_not_loading

The following error is displayed in the terminal:

qrc:/NewsCard.qml:15:5: QML Image: Error decoding: http://www.unvanquished.net/wp-content/uploads/2020/09/20200908.unvanquished-freedom-granger-celebration.gif: Unsupported image format

It seems that .gif images aren't supported.

System: Debian GNU/Linux bullseye

mole99 avatar Sep 16 '20 14:09 mole99

I modified the “Featured image“ in the article to be a jpg, so the updater may work again.

Anyway, the bug is expected to still lie in updater code so I keep this issue open (we may at least display a fallback image and the text if image format is unknown).

illwieckz avatar Sep 16 '20 20:09 illwieckz

What set of image formats do we want to support?

slipher avatar Jan 04 '21 17:01 slipher

png,jpg, and maybe gif if it's not a pain?

DolceTriade avatar Jan 04 '21 21:01 DolceTriade

I would go for png and jpg but if an unknown format is found, use the fallback image.

illwieckz avatar Jan 04 '21 21:01 illwieckz

Maybe add webp to the list?

ghost avatar Jul 04 '22 20:07 ghost