From a2cecf32fd911ad6067fa9f9de6e23d0fb7d2923 Mon Sep 17 00:00:00 2001 From: JustKidding Date: Sat, 11 Feb 2023 00:01:26 -0500 Subject: [PATCH] update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 82f6e60..bff0349 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The documentation is deferred at this point. {"action":"remove","identifier":"preview"} ``` -3. This project supports more filetypes by using [opencv](https://docs.opencv.org/4.7.0/d4/da8/group__imgcodecs.html#ga288b8b3da0892bd651fce07b3bbd3a56). But not SVGs, you have to convert and cache them first. +3. This project supports more filetypes by trying to use opencv if supported and libvips as a fallback. Until further documentation is available, it is easy to find examples of scripts for the Ueberzug using the json parser around the web. @@ -41,10 +41,11 @@ Until further documentation is available, it is easy to find examples of scripts ## Dependencies 1. opencv -2. xcb-util-image -3. nlohmann-json -4. cli11 -5. ninja/make +2. libvips +3. xcb-util-image +4. nlohmann-json +5. cli11 +6. ninja/make ## Build instructions