diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-20 01:23:22 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-20 01:23:22 +0100 |
commit | b52527b4cad743541256afbda2971f5178417465 (patch) | |
tree | 12f346e4bd7d8b26d19decb3bcbf4a79612e0f09 | |
parent | Fix forwarding stickers (diff) | |
download | nheko-b52527b4cad743541256afbda2971f5178417465.tar.xz |
Mention qt5 image formats in FAQ
fixes #1213
-rw-r--r-- | README.md | 9 |
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. |