diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-19 12:35:53 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-21 13:05:11 +0100 |
commit | 9899a266357a30c4371bdc4c66c3dc5af9b66ff0 (patch) | |
tree | 3d59744f0b6e3d765da7fc54d5ef7ef39ea34b3b /README.adoc | |
parent | 24f9d21ca759570ae6e79e7440bcab00091ae14e (diff) | |
download | fiv-9899a266357a30c4371bdc4c66c3dc5af9b66ff0.tar.gz fiv-9899a266357a30c4371bdc4c66c3dc5af9b66ff0.tar.xz fiv-9899a266357a30c4371bdc4c66c3dc5af9b66ff0.zip |
Add a file information dialog based on ExifTool
Right now, it isn't very pleasing to use.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index 2f4f353..0a80fb0 100644 --- a/README.adoc +++ b/README.adoc @@ -5,8 +5,7 @@ fastiv raw photos, HEIC, AVIF, WebP, 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. +Its development status can be summarized as '`beta`'. Non-goals --------- @@ -27,7 +26,7 @@ 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 +gdk-pixbuf-2.0, ExifTool $ git clone --recursive https://git.janouch.name/p/fastiv.git $ meson builddir |