Leonardo Gibrowski Faé
Leonardo Gibrowski Faé
This would be an issue in either `ffmpeg`, `libwebp_anim`, or possibly even in the rust `image` crate, but not here. You'd have to investigate further to figure it out. Seems...
The image format we support is dependent on the [image](https://github.com/image-rs/image) crate. It seems their support for `avif` is limited to only 8bit, and for `heif` it is non existant. It...
See my response in #174. But basically, I simply don't feel like `swww` is currently mature enough to warrant being published on `crates.io`. Sorry.
Most likely the big problem in slow compiles is the `lto = true` configuration in `Cargo.toml`. You can try removing that to make things faster, though note it will make...
~@DaniD3v, well, sure. But that's not really what's causing this problem. That's just the *daemon*'s socket location. The *wayland socket* location is what we need to find. Right now if...
@nergdron > I just ran into this, and had to add export WAYLAND_DISPLAY="wayland-1" to my script to get things to work, since perhaps per-wayland sockets was implemented after folks found...
> Is this normal? No, it shouldn't be. Could you please post the `swww` version you are using? Also, is that for a static image or an animation?
Mmm... Does your gif have a lot of frames that change a lot? Right now we've optimized compression for animation frames for the case where they remain mostly the same...
> this site provides only a mp4 file and i do some conversion to GIF using an online tool Ah, this is most certainly the problem. Mp4 to GIF conversions...
I am a big fan of pixel art, and one of my favorite artists for wallpaper material is [Waneella](https://www.waneella.com/). She has both animated and static artwork, both of which are...