Add preliminary direct support for WebP
This commit is contained in:
		@@ -2,7 +2,8 @@ fastiv
 | 
			
		||||
======
 | 
			
		||||
 | 
			
		||||
'fastiv' is a fast image viewer, supporting BMP, PNG, GIF, JPEG, and optionally
 | 
			
		||||
raw photos, HEIC, AVIF, SVG, X11 cursors and TIFF, or whatever gdk-pixbuf loads.
 | 
			
		||||
raw photos, HEIC, AVIF, WebP, SVG, X11 cursors and TIFF, or whatever gdk-pixbuf
 | 
			
		||||
loads.
 | 
			
		||||
 | 
			
		||||
It still has some road to go, but it's already become quite usable,
 | 
			
		||||
and it has received basic polishing.
 | 
			
		||||
@@ -25,7 +26,7 @@ Building and Running
 | 
			
		||||
Build dependencies: Meson, pkg-config +
 | 
			
		||||
Runtime dependencies: gtk+-3.0, glib>=2.64, pixman-1, shared-mime-info,
 | 
			
		||||
spng>=0.7.0, libturbojpeg +
 | 
			
		||||
Optional dependencies: LibRaw, librsvg-2.0, xcursor, libheif, libtiff,
 | 
			
		||||
Optional dependencies: LibRaw, librsvg-2.0, xcursor, libwebp, libheif, libtiff,
 | 
			
		||||
gdk-pixbuf-2.0
 | 
			
		||||
 | 
			
		||||
 $ git clone --recursive https://git.janouch.name/p/fastiv.git
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user