Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jstkdng committed Feb 11, 2023
1 parent ef4ec96 commit a2cecf3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down

0 comments on commit a2cecf3

Please sign in to comment.