Add RAW support using LibRaw
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user