Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Add support for animated WebP images #437

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    0bfc65c View commit details
    Browse the repository at this point in the history
  2. Introduce a multiframe webp loader

    Created a function `img_load_webp()` which does the same thing as the
    function `img_load_gif()`, but for webp images. Added a small amount of
    code to make sxiv call this function when the file given is a webp image
    file (using file extension to check at first, then doing proper tests in
    the function).
    Ytrewq13 committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    678b635 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75c8202 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Fix transparency issue with WebP images.

    Credit for this fix goes to @bakkeby on github.
    Ytrewq13 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    3df10f5 View commit details
    Browse the repository at this point in the history