From a822c6b4c3088d89b969f7e1e3fa39c6be0f2b70 Mon Sep 17 00:00:00 2001 From: Stéphane Aulery Date: Sat, 28 Jan 2012 21:54:54 +0100 Subject: 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 --- fbi.man | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fbi.man') diff --git a/fbi.man b/fbi.man index 5a807c3..5fa8c43 100644 --- a/fbi.man +++ b/fbi.man @@ -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 -- cgit