varietywalls / variety

Wallpaper downloader and manager for Linux systems
http://peterlevi.com/variety
GNU General Public License v3.0
1.12k stars 137 forks source link

Add avif image file format support #623

Closed tisyang closed 1 year ago

tisyang commented 1 year ago

If you manually download images from Unsplash nowadays, you may only get .avif image format file, Variety now cannot view nor fetch avif image from local directories. The PR #621 add avif format support and test ok on my machine.

Ths PR include:

  1. File extension filters with ".avif";
  2. Recommend package 'libavif-gdx-pixbuf' for image parsing and decoding.
jlu5 commented 1 year ago

Merged in https://github.com/varietywalls/variety/commit/09bec1d9d64af2ec0cf8de949ea81a9f9fa328c5 - thanks!