Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a gdk-pixbuf module #182

Merged
merged 1 commit into from
Jun 22, 2020
Merged

Commits on Jun 22, 2020

  1. Add a gdk-pixbuf module

    gdk-pixbuf[1] is a widely-used image loader on Linux, this module gives
    most Linux software instant support for AVIF.
    
    gdk-pixbuf upstream rejects any new format[2], so in order to make Linux
    distributions aware that this AVIF loader exists it makes sense to ship
    it alongside libavif.
    
    For now it only supports loading still images (no sequences) and doesn’t
    support saving, but this can come in a later pull request.
    
    [1] https://developer.gnome.org/gdk-pixbuf/stable/
    [2] https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/merge_requests/76#note_845043
    linkmauve committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    f3e958b View commit details
    Browse the repository at this point in the history