diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-26 19:41:42 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-27 21:51:01 +0100 |
commit | 336053f24d40bc5c350cad285a8d5e146c09d321 (patch) | |
tree | c6128561d31f351ffe311ff5dbbe987efd5e0e13 /README.adoc | |
parent | 2f993502fc6584a5877b300a1353cabf58c4e0e9 (diff) | |
download | fiv-336053f24d40bc5c350cad285a8d5e146c09d321.tar.gz fiv-336053f24d40bc5c350cad285a8d5e146c09d321.tar.xz fiv-336053f24d40bc5c350cad285a8d5e146c09d321.zip |
Implement trivial wide thumbnail production
Also make libwebp a required dependency.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/README.adoc b/README.adoc index f133222..e1689f5 100644 --- a/README.adoc +++ b/README.adoc @@ -1,9 +1,9 @@ fastiv ====== -'fastiv' is a fast image viewer, supporting BMP, PNG, GIF, JPEG, and optionally -raw photos, HEIC, AVIF, WebP, SVG, X11 cursors and TIFF, or whatever gdk-pixbuf -loads. +'fastiv' is a fast image viewer, directly supporting BMP, PNG, GIF, JPEG, WebP, +and optionally raw photos, HEIC, AVIF, SVG, X11 cursors and TIFF, +or whatever gdk-pixbuf loads. Its development status can be summarized as '`beta`'. E.g., certain GIFs animate wrong. @@ -25,9 +25,9 @@ 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: lcms2, LibRaw, librsvg-2.0, xcursor, libwebp, libheif, -libtiff, gdk-pixbuf-2.0, ExifTool +libturbojpeg, libwebp, spng>=0.7.0 + +Optional dependencies: lcms2, LibRaw, librsvg-2.0, xcursor, libheif, libtiff, +gdk-pixbuf-2.0, ExifTool $ git clone --recursive https://git.janouch.name/p/fastiv.git $ meson builddir |