diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-09 19:42:43 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-10 00:23:19 +0100 |
commit | 1c5cc5093937b9ea68bba8200f2d71eb613e2979 (patch) | |
tree | eeb8740a898ccc16c4784e197fdef3302fc1b845 /README.adoc | |
parent | 1e380f695a39db754c79126be632cbf9c5d46941 (diff) | |
download | fiv-1c5cc5093937b9ea68bba8200f2d71eb613e2979.tar.gz fiv-1c5cc5093937b9ea68bba8200f2d71eb613e2979.tar.xz fiv-1c5cc5093937b9ea68bba8200f2d71eb613e2979.zip |
Add very basic SVG support
We need to refactor, so that SVGs are pre-rendered on each change
of scaling by librsvg directly, because some elements may be rasterized.
It would be best to also support building against resvg.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index bd0584f..0b1b04f 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 pictures. Currently, it's not particularly usable. +RAW and SVG pictures. Currently, it's not particularly usable. Non-goals --------- @@ -19,7 +19,7 @@ Building and Running -------------------- Build dependencies: Meson, pkg-config + Runtime dependencies: gtk+-3.0, pixman-1, shared-mime-info, libpng>=1.5.4, -libturbojpeg, LibRaw (optional) +libturbojpeg, LibRaw (optional), librsvg-2.0 (optional) $ git clone --recursive https://git.janouch.name/p/fastiv.git $ meson builddir |