Add RAW support using LibRaw

This commit is contained in:
2021-09-16 12:35:36 +02:00
parent 97781f6af4
commit 913267724a
4 changed files with 136 additions and 7 deletions

View File

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