diff options
author | Stéphane Aulery <lkppo@free.fr> | 2012-01-28 21:54:54 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-02-10 14:12:23 +0100 |
commit | a822c6b4c3088d89b969f7e1e3fa39c6be0f2b70 (patch) | |
tree | 8499e41a1a1ba272b618954827a4880f008dcf97 /fbi.man | |
parent | fdcf4afdf57fe671c20700e07aae9dd290fd3acb (diff) | |
download | fbida-a822c6b4c3088d89b969f7e1e3fa39c6be0f2b70.tar.gz |
Add commands x and y to flip vertically or horizontally
Requested by Trent W. Buck in debian bug #526795
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526795
Diffstat (limited to 'fbi.man')
-rw-r--r-- | fbi.man | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -215,6 +215,12 @@ Rotate 90 degrees clockwise. .TP \fBl\fP Rotate 90 degrees counter-clock wise. +.TP +\fBx\fP +Mirror image vertically (top / bottom). +.TP +\fBy\fP +Mirror image horizontally (left to right). .P The delete function actually wants a capital letter \fBD\fP, thus you have to type \fBShift+d\fP. This is done to avoid deleting images by mistake because there |