summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-02-20 01:23:22 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-02-20 01:23:22 +0100
commitb52527b4cad743541256afbda2971f5178417465 (patch)
tree12f346e4bd7d8b26d19decb3bcbf4a79612e0f09
parentd9dd4a393428cc4cc6a36f6109a4eb105f91d2e1 (diff)
Mention qt5 image formats in FAQ
fixes #1213
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index d6877494..1423ea9a 100644
--- a/README.md
+++ b/README.md
@@ -230,6 +230,15 @@ sharing easier.
---
+**Q:** I can't see some image types!
+
+**A:** Nheko uses Qt's image plugins to render images. You might need to install
+additional packages to display some image types like webp. Usually those
+packages are called `qt5-image-formats-plugins`, `qt5-imageformats` or similar.
+KDE has similar plugins, that can extend the supported image types even more.
+
+---
+
### Build Requirements
- Qt5 (5.15 or greater). Required for overlapping hover handlers in Qml.