diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-24 14:24:23 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-25 18:28:37 +0100 |
commit | 7a4b5cd065b7f944cbed22021a0ee6ed9df007d2 (patch) | |
tree | ab8da2b9909423ff9533979cfb3a4454f2ef52aa /README.adoc | |
parent | 40c1f8327e1fdbd48492edd2631ec05c4ade3a8b (diff) | |
download | fiv-7a4b5cd065b7f944cbed22021a0ee6ed9df007d2.tar.gz fiv-7a4b5cd065b7f944cbed22021a0ee6ed9df007d2.tar.xz fiv-7a4b5cd065b7f944cbed22021a0ee6ed9df007d2.zip |
Colour manage opaque, up to 8-bit images
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 0a80fb0..0749a55 100644 --- a/README.adoc +++ b/README.adoc @@ -5,7 +5,8 @@ fastiv raw photos, HEIC, AVIF, WebP, SVG, X11 cursors and TIFF, or whatever gdk-pixbuf loads. -Its development status can be summarized as '`beta`'. +Its development status can be summarized as '`beta`'. E.g., colour management +is partial, and certain GIFs animate wrong. Non-goals --------- @@ -25,8 +26,8 @@ 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 + -Optional dependencies: LibRaw, librsvg-2.0, xcursor, libwebp, libheif, libtiff, -gdk-pixbuf-2.0, ExifTool +Optional dependencies: lcms2, LibRaw, librsvg-2.0, xcursor, libwebp, libheif, +libtiff, gdk-pixbuf-2.0, ExifTool $ git clone --recursive https://git.janouch.name/p/fastiv.git $ meson builddir |