diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-04 15:20:03 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-04 16:16:52 +0200 |
commit | 338ae69121424368fbbe7dcff9a990aeb8e6fc52 (patch) | |
tree | 5b9ef520e016a2a17981c0bccabfdc58abe05f30 /README.adoc | |
parent | 1c61fcc5bc656d5c5ded34905213752ce0c4d6be (diff) | |
download | fiv-338ae69121424368fbbe7dcff9a990aeb8e6fc52.tar.gz fiv-338ae69121424368fbbe7dcff9a990aeb8e6fc52.tar.xz fiv-338ae69121424368fbbe7dcff9a990aeb8e6fc52.zip |
Add support for the Little CMS fast float plugin
On a sample of JPEGs, it improved loading speed from ~0.26s to ~0.15s.
Unfortunately, it isn't normally installed.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 66ce631..e1fc5cc 100644 --- a/README.adoc +++ b/README.adoc @@ -42,8 +42,9 @@ 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) + -Optional dependencies: lcms2, LibRaw, librsvg-2.0, xcursor, libheif, libtiff, - ExifTool, resvg (unstable API, needs to be requested explicitly) + +Optional dependencies: lcms2, Little CMS fast float plugin, + LibRaw, librsvg-2.0, xcursor, libheif, libtiff, ExifTool, + resvg (unstable API, needs to be requested explicitly) + Runtime dependencies for reverse image search: xdg-utils, cURL, jq |