Gif not supported?Solved
i'm trying to add an animated gif but for some reason it shows up as a red question mark. Is it not supported?
Only JPEG and PNG are the supported image types for ImageLibrary as far as i'm aware.
MJSU
Only JPEG and PNG are the supported image types for ImageLibrary as far as i'm aware.
In Rust in general I believe.
MJSU
Only JPEG and PNG are the supported image types for ImageLibrary as far as i'm aware.

i just tried an animated png but it shows up as steady, I guess there's no solution then except to cycle through different png's or jpg's real quick to simulate it being a gif?

5e13a8d5b2bc5.jpg Wulf
In Rust in general I believe.

Do you know any workarounds?

Like what happens if I try to make apng working (animated png's)

or what happens if I overwrite the file every 1sec for instance, would it even show up or does it have to download the image again? I feel like it can be a bit hacky to upload like 10 pictures and force the plugin to refresh every 0.1sec to make it work

Goldie

Do you know any workarounds?

Like what happens if I try to make apng working (animated png's)

or what happens if I overwrite the file every 1sec for instance, would it even show up or does it have to download the image again? I feel like it can be a bit hacky to upload like 10 pictures and force the plugin to refresh every 0.1sec to make it work

You'd have to send a static image multiple times with slight adjustments in position.

Locked automatically