Support using libtiff directly

Multiple directories are read as multiple pages.

The error handling is mildly questionable, as is libtiff.
This commit is contained in:
2021-11-26 21:31:13 +01:00
parent f1742ec7da
commit 666bfc0759
4 changed files with 234 additions and 2 deletions

View File

@@ -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