From 913267724ab3d503a4c6dde4ce31ef6460749d4b Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Thu, 16 Sep 2021 12:35:36 +0200 Subject: Add RAW support using LibRaw --- README.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index fe2183b..1f7df00 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,8 @@ fastiv ====== -'fastiv' is a fast image viewer, supporting BMP, PNG, GIF and JPEG. +'fastiv' is a fast image viewer, supporting BMP, PNG, GIF, JPEG, and optionally +RAW pictures. It is meant to be a viable replacement for Eye of GNOME, which is slow and likes to break on huge pictures. Memory efficiency is specifically a non-goal. @@ -14,7 +15,7 @@ a package with the latest development version from Archlinux's AUR. Building and Running -------------------- Build dependencies: Meson, pkg-config + -Runtime dependencies: gtk+-3.0, libturbojpeg +Runtime dependencies: gtk+-3.0, libturbojpeg, LibRaw (optional) $ git clone --recursive https://git.janouch.name/p/fastiv.git $ meson builddir -- cgit v1.2.3-54-g00ecf