diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-11 18:25:25 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-12 19:15:34 +0100 | 
| commit | caca14036c0b26df6eef4cdaef9cb7811545d52b (patch) | |
| tree | 5e5aba2b9f8c24646a69965582545a90b06198b2 /README.adoc | |
| parent | b868e76a1573c4f112477c8b38fbe1e82685ac88 (diff) | |
| download | fiv-caca14036c0b26df6eef4cdaef9cb7811545d52b.tar.gz fiv-caca14036c0b26df6eef4cdaef9cb7811545d52b.tar.xz fiv-caca14036c0b26df6eef4cdaef9cb7811545d52b.zip  | |
Add preliminary direct support for WebP
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 33691d8..ceab31c 100644 --- a/README.adoc +++ b/README.adoc @@ -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  | 
