From c72482da54d809a0bd7abd6ed05647780aa897c1 Mon Sep 17 00:00:00 2001 From: djwisdom Date: Sun, 31 Jul 2022 10:28:54 +0000 Subject: [PATCH] Base: Update ImageViewer manual improve description --- Base/usr/share/man/man1/ImageViewer.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.