From 36525d95ddbfd923dc3fecbddd6ac9fa716dda3d Mon Sep 17 00:00:00 2001 From: Artem Senichev Date: Mon, 19 Aug 2024 13:39:37 +0300 Subject: [PATCH] Fix Signed-off-by: Artem Senichev --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1274987..9abca15 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,25 @@ # Swayimg: image viewer for Wayland -Lightweight image viewer for Wayland display servers. - -In a [Sway](https://swaywm.org) compatible mode, the viewer creates an "overlay" +Fully customizable and lightweight image viewer for Wayland based display servers. +- Support for the most popular image formats: + JPEG (via [libjpeg](http://libjpeg.sourceforge.net)), + JPEG XL (via [libjxl](https://github.com/libjxl/libjxl)); + PNG (via [libpng](http://www.libpng.org)); + - GIF (via [giflib](http://giflib.sourceforge.net)); + - SVG (via [librsvg](https://gitlab.gnome.org/GNOME/librsvg)); + - WebP (via [libwebp](https://chromium.googlesource.com/webm/libwebp)); + - HEIF/AVIF (via [libheif](https://github.com/strukturag/libheif)); + - AV1F/AVIFS (via [libavif](https://github.com/AOMediaCodec/libavif)); + - TIFF (via [libtiff](https://libtiff.gitlab.io/libtiff)); + - EXR (via [OpenEXR](https://openexr.com)); + - BMP (built-in); + - PNM (built-in); + - TGA (built-in). +- Fully customizable keyboard bindings, colors, and [many other](https://github.com/artemsen/swayimg/blob/master/extra/swayimgrc) parameters; +- Loading images from files and pipes; +- Gallery and viewer modes with slideshow and animation support; +- Memory cache for images and standalone thread preloader; +- [Sway](https://swaywm.org) integration mode: the application creates an "overlay" above the currently active window, which gives the illusion that you are opening the image directly in a terminal window.