diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-09-16 12:35:36 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-09-16 15:51:01 +0200 |
commit | 913267724ab3d503a4c6dde4ce31ef6460749d4b (patch) | |
tree | e331537a4501ed71d40e57b0ef5ba6161b9192bd /README.adoc | |
parent | 97781f6af4e3c84ab6fc6d574bc0b992cea3baa9 (diff) | |
download | fiv-913267724ab3d503a4c6dde4ce31ef6460749d4b.tar.gz fiv-913267724ab3d503a4c6dde4ce31ef6460749d4b.tar.xz fiv-913267724ab3d503a4c6dde4ce31ef6460749d4b.zip |
Add RAW support using LibRaw
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 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 |