diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-26 21:31:13 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-28 02:20:23 +0100 |
commit | 666bfc0759b5be23980fb94f32809a1d26bde565 (patch) | |
tree | 0a5fbc183e1338822836c43b86e662e497672202 /README.adoc | |
parent | f1742ec7da04971c19790565aa633e0fd9c1b45f (diff) | |
download | fiv-666bfc0759b5be23980fb94f32809a1d26bde565.tar.gz fiv-666bfc0759b5be23980fb94f32809a1d26bde565.tar.xz fiv-666bfc0759b5be23980fb94f32809a1d26bde565.zip |
Support using libtiff directly
Multiple directories are read as multiple pages.
The error handling is mildly questionable, as is libtiff.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 769c3f9..f983838 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ fastiv ====== 'fastiv' is a fast image viewer, supporting BMP, PNG, GIF, JPEG, and optionally -RAW, SVG and X11 cursors, or whatever gdk-pixbuf loads. +RAW, 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 +25,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, LibRaw (optional), librsvg-2.0 (optional), -xcursor (optional), gdk-pixbuf-2.0 (optional) +xcursor (optional), libtiff (optional), gdk-pixbuf-2.0 (optional) $ git clone --recursive https://git.janouch.name/p/fastiv.git $ meson builddir |