diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-12 13:45:22 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-03-13 15:27:31 +0100 |
commit | 91538aaba53f294b1739e5055266ff17df7b6a54 (patch) | |
tree | 2bb6e6828d78980eda6ff50360769aedcbc605e8 /README.adoc | |
parent | c214e668d9029f05b5e2d8b1159bfdb3ac1f1b8b (diff) | |
download | fiv-91538aaba53f294b1739e5055266ff17df7b6a54.tar.gz fiv-91538aaba53f294b1739e5055266ff17df7b6a54.tar.xz fiv-91538aaba53f294b1739e5055266ff17df7b6a54.zip |
Add an experimental OpenGL renderer
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 07cf5ce..9ca9e65 100644 --- a/README.adoc +++ b/README.adoc @@ -13,7 +13,7 @@ Features photos, HEIC, AVIF, SVG, X11 cursors and TIFF, or whatever your gdk-pixbuf modules manage to load. - Employs high-performance file format libraries: Wuffs and libjpeg-turbo. - - Makes use of 30-bit X.org visuals, whenever it's possible and appropriate. + - Can make use of 30-bit X.org visuals, under certain conditions. - Has a notion of pages, and tries to load all included content within files. - Can keep the zoom and position when browsing, to help with comparing zoomed-in images. @@ -43,7 +43,7 @@ Building and Running Build-only dependencies: Meson, pkg-config, asciidoctor or asciidoc (recommended but optional) + Runtime dependencies: gtk+-3.0, glib>=2.64, pixman-1, shared-mime-info, - libturbojpeg, libwebp, librsvg-2.0 (for icons) + + libturbojpeg, libwebp, libepoxy, librsvg-2.0 (for icons) + Optional dependencies: lcms2, Little CMS fast float plugin, LibRaw, librsvg-2.0, xcursor, libheif, libtiff, ExifTool, resvg (unstable API, needs to be requested explicitly) + |