3rd / image.nvim

🖼️ Bringing images to Neovim.
MIT License
812 stars 35 forks source link

GIF rendered incorrectly #125

Closed raffaem closed 5 months ago

raffaem commented 5 months ago

It looks like GIFs are wrongly rendered.

Here is how this gif is rendered:

image

While it should be:

correct

3rd commented 5 months ago

We don't have animation support, images are converted to PNGs. There is animation support in Kitty, but it's out of scope for now: https://sw.kovidgoyal.net/kitty/graphics-protocol/#animation

raffaem commented 5 months ago

We don't have animation support, images are converted to PNGs. There is animation support in Kitty, but it's out of scope for now: https://sw.kovidgoyal.net/kitty/graphics-protocol/#animation

But even then they are incorrectly converted.

The image, while static, is messed up and doesn't resemble any frame of the original animation.

3rd commented 5 months ago

It's the frame magick outputs, we don't have control over that now :|