diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-11 14:40:10 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-11 16:11:25 +0100 |
commit | ac70c7724b1aa5020f358768451c08d4c77ac1ff (patch) | |
tree | 9dc5de2f5b2dd0a0da0d8f05ba9da9ebd9673d31 /README.adoc | |
parent | 5f4090aaee642b905c8c1a1385bb975072fca1f6 (diff) | |
download | fiv-ac70c7724b1aa5020f358768451c08d4c77ac1ff.tar.gz fiv-ac70c7724b1aa5020f358768451c08d4c77ac1ff.tar.xz fiv-ac70c7724b1aa5020f358768451c08d4c77ac1ff.zip |
Add preliminary HEIF/AVIF support
The gdk-pixbuf plugin does not work here, for whatever reason.
Moreover, close integration exposes higher bit depths, metadata,
and auxiliary images.
The library is awful and copylefted, but it's the only reasonable
thing that works.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index 69649e9..33691d8 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ fastiv ====== 'fastiv' is a fast image viewer, supporting BMP, PNG, GIF, JPEG, and optionally -raw photos, SVG, X11 cursors and TIFF, or whatever gdk-pixbuf loads. +raw photos, HEIC, AVIF, 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. @@ -24,8 +24,9 @@ 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), libtiff (optional), gdk-pixbuf-2.0 (optional) +spng>=0.7.0, libturbojpeg + +Optional dependencies: LibRaw, librsvg-2.0, xcursor, libheif, libtiff, +gdk-pixbuf-2.0 $ git clone --recursive https://git.janouch.name/p/fastiv.git $ meson builddir |