diff options
author | djwisdom <djwisdom@gmail.com> | 2022-07-31 10:28:54 +0000 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-08-02 07:47:43 +0000 |
commit | c72482da54d809a0bd7abd6ed05647780aa897c1 (patch) | |
tree | 96fc4fb2822b6eb0e794c879a6b5f0e10be557d3 /Base/usr | |
parent | 1e5d107649d0ef5f14b1c8831788a8b7dd77bf05 (diff) | |
download | serenity-c72482da54d809a0bd7abd6ed05647780aa897c1.zip |
Base: Update ImageViewer manual improve description
Diffstat (limited to 'Base/usr')
-rw-r--r-- | Base/usr/share/man/man1/ImageViewer.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/ImageViewer.md b/Base/usr/share/man/man1/ImageViewer.md index af8a32f194..f9ebf630b9 100644 --- a/Base/usr/share/man/man1/ImageViewer.md +++ b/Base/usr/share/man/man1/ImageViewer.md @@ -14,6 +14,12 @@ $ ImageViewer [file] ImageViewer is an image viewing application for SerenityOS. +For user convenience, basic image manipulation facilities exist like image rotation clockwise or counter-clockwise, image flip horizontal or vertical, zoom in, zoom out, zoom reset, fullscreen view and fit image to view. + +File manipulation has no effect on the image. Flip or rotate actions are not saved or committed, it is simply ignored when the application is closed. + +ImageViewer is even smart enough to detect other images and display them when clicking on the navigation buttons or when using direction arrows. ImageViewer can even set the currently loaded image as a Desktop Wallpaper. + ## Arguments * `file`: The image file to be displayed. |