From 0f91d28f40530fe306cc3e94b4c8a60fe4984efd Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 8 Sep 2011 16:48:55 +0200 Subject: [PATCH] Added feature overview to README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1104f09..d9e9f03 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,21 @@ want). It has vi key bindings and works nicely with tiling window managers. Its code base should be kept small and clean to make it easy for you to dig into it and customize it for your needs. +Features +======== + +* Basic image operations, e.g. zooming, panning, rotating +* Customizable key and mouse button mappings (in *config.h*) +* Thumbnail mode: grid of selectable previews of all images +* Ability to cache thumbnails for fast re-loading +* Basic support for multi-frame images + +Additional features, that need to be included at compile-time--see next section +on how to enable them: + +* Play GIF animations +* Auto-orientate JPEG images according to their EXIF tags + Installation ============ sxiv is built using the commands: @@ -23,7 +38,7 @@ command to: # make PREFIX="/your/dir" install -All build-time specific settings can be found in the file "config.h". Please +All build-time specific settings can be found in the file *config.h*. Please check and change them, so that they fit your needs. Additional features