diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-03 12:05:43 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-03 14:03:28 +0100 |
commit | dbc500ae9f715b57deef27046c37bd2655f482e2 (patch) | |
tree | e325752de067ffdf26d2b3d4cb9c576639894fae /README.adoc | |
parent | d6ac386dbd90636e565443ca26e66406cac3c17d (diff) | |
download | fiv-dbc500ae9f715b57deef27046c37bd2655f482e2.tar.gz fiv-dbc500ae9f715b57deef27046c37bd2655f482e2.tar.xz fiv-dbc500ae9f715b57deef27046c37bd2655f482e2.zip |
Improve thumbnail scaling and alignment
Stretch thumbnails by up to half a pixel so that they align nicely.
Make use of pixman's sRGB mode.
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 5340a7a..bd0584f 100644 --- a/README.adoc +++ b/README.adoc @@ -18,8 +18,8 @@ a package with the latest development version from Archlinux's AUR. Building and Running -------------------- Build dependencies: Meson, pkg-config + -Runtime dependencies: gtk+-3.0, shared-mime-info, libpng>=1.5.4, libturbojpeg, -LibRaw (optional) +Runtime dependencies: gtk+-3.0, pixman-1, shared-mime-info, libpng>=1.5.4, +libturbojpeg, LibRaw (optional) $ git clone --recursive https://git.janouch.name/p/fastiv.git $ meson builddir |