Gif not supported?Solved
In Rust in general I believe.MJSUOnly JPEG and PNG are the supported image types for ImageLibrary as far as i'm aware.
MJSUOnly 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?
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
GoldieDo 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.