diff --git a/README.md b/README.md index d9e9f03..78d37aa 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Features * Thumbnail mode: grid of selectable previews of all images * Ability to cache thumbnails for fast re-loading * Basic support for multi-frame images +* Display image information in window title Additional features, that need to be included at compile-time--see next section on how to enable them: @@ -22,6 +23,18 @@ on how to enable them: * Play GIF animations * Auto-orientate JPEG images according to their EXIF tags +Screenshots +=========== + +Image mode: + + + + +Thumbnail mode: + + + Installation ============ sxiv is built using the commands: diff --git a/sample/image.png b/sample/image.png new file mode 100644 index 0000000..df1ff90 Binary files /dev/null and b/sample/image.png differ diff --git a/sample/thumb.png b/sample/thumb.png new file mode 100644 index 0000000..9b5633e Binary files /dev/null and b/sample/thumb.png differ