1gliv(1)                          Image viewer                          gliv(1)
2
3
4

NAME

6       gliv - An OpenGL Image Viewer
7

SYNOPSIS

9       gliv [OPTIONS]... [FILES]...
10

DESCRIPTION

12       gliv  uses  gdk-pixbuf  to  load  images and OpenGL to render them.  It
13       allows to do some moving, rotating, zooming and slide show.
14

OPTIONS

16       The options are first set to their default  values,  "off"  for  flags,
17       then  read either from ~/.glivrc or /etc/glivrc or a configuration file
18       specified on the command line, and finally read from the command line.
19       Omitting the argument for an option that  takes  an  "on|off"  argument
20       (flags) is like giving it "on", so --foo is the same as --foo=on if foo
21       is an on|off flag.
22
23       -h, --help
24              Print help and exit.
25
26       -V, --version
27              Print version and exit.
28
29       -a, --add-all[=on|off]
30              Add all files in the directory. With this option, when you  open
31              a  file  on the command line or with the open dialog, all others
32              files in the directory are added as well.
33
34       -R, --recursive[=on|off]
35              Recursive directory traversal. If gliv tries to load a direcory,
36              it will also load every image all its subdirectories.
37
38       -S, --sort[=on|off]
39              Show  images  in  sorted  order.  The images list will be sorted
40              before the slide show.
41
42       -s, --shuffle[=on|off]
43              Show images in random order. The images list  will  be  shuffled
44              before the slide show.
45
46       -F, --force-load[=on|off]
47              Try  to load every file. When loading a file, the loader is cho‐
48              sen according to the filename extension in order to optimize the
49              loading  time. If the extension is unknown, the file is ignored,
50              with this option gliv will always try to load the file.
51
52       -C, --client[=on|off]
53              Connect to an already running gliv. With this option, gliv  will
54              open  the  files passed in the arguments in the gliv server win‐
55              dow. It can also be used with the -0 option. The gliv server  is
56              the  latest launched gliv or the one which has been chosen using
57              the Options menu.
58
59       -e, --build-menus[=on|off]
60              No images menu at startup. Disabling the images  menus  creation
61              at  startup  makes  it faster, especially with many files on the
62              command line.
63
64       -g, --glivrc[=FILE]
65              Use this configuration file or none. Specify it to disable load‐
66              ing  of  the rc file. With a filename as argument it will use it
67              as a configuration file.
68
69       -w, --slide-show[=on|off]
70              Start the slide show immediately. This way you will not have  to
71              start it manually from the menu.
72
73       -0, --null[=on|off]
74              Read  null-terminated  filenames.  This  can  be used with "find
75              -print0" or with "tr '\n' '\0'" when you have a very  long  list
76              of  filenames  to  pass  to  gliv.  Unlike xargs(1) it allows an
77              unlimited number of filenames.
78
79       -o, --collection[=FILE]
80              Output a collection. With this option, gliv creates a collection
81              from  the loaded files and outputs it to stdout or in the speci‐
82              fied file.
83
84       -G, --geometry=GEOMETRY
85              Initial window geometry. This option can be used to specify  the
86              position and dimension of the gliv window. It expects a geometry
87              argument in the XParseGeometry(3X11) format like:  640x480+20-30
88              for example.
89

COLLECTIONS

91       Starting  with  version  1.8,  gliv supports a file format called "GLiv
92       collection". It contains an images list and the associated  thumbnails,
93       this  way,  when  you  load a collection the images menus rebuilding is
94       faster since it does not have to make thumbnails.
95       gliv supports also transparent decompression, so the collections can be
96       compressed  in  bzip2,  gzip or compress(1) provided that  you have the
97       corresponding decompressor.
98

CONTROLS

100       ESC, q : Quit
101       f      : Full-screen/window
102       +/=/-  : Zoom in/in/out
103       n/p    : Next/previous image
104       Pause  : Start/stop the slide show
105       l      : Reduce the image to the window
106       M      : Maximize the image to the window
107       m      : Make the image fit the window
108       r      : Reset position and size
109       b      : Toggle display of the menu bar
110       i      : Toggle display of the info bar
111       s      : Toggle display of the scrollbars
112       a      : Toggle display of the alpha checks
113       h      : Toggle display of the help box
114       w      : Toggle display of floating windows
115       o      : Display the open dialog
116       g      : Display the image selector
117       t      : Display the options dialog
118       d      : Hide the cursor
119       u      : Undo
120       y      : Redo
121       c      : Clear the history
122       Delete : Delete the current file
123       C-up   : Rotate by +90 degrees
124       C-down : Rotate by -90 degrees
125       C-left : Rotate by +0.1 degree
126       C-right: Rotate by -0.1 degree
127       z      : Horizontal flip
128       e      : Vertical flip
129
130       The first mouse button and the arrow keys will move  the  image  unless
131       the  Control  key  is  pressed. In which case the image will be rotated
132       around the window center.
133
134       Your mouse wheel (if supported) will zoom the image and switch it  when
135       you press the button.
136
137       You  can also zoom by dragging the mouse vertically while holding Shift
138       and the first button.
139
140       Space and Backspace act like n and p.
141
142       Draw a rectangle with the third button and gliv will zoom in it.
143
144

FILE

146       ~/.glivrc - This file is absolutely not mandatory.
147

AUTHOR

149       Guillaume Chazarain <guichaz@yahoo.fr>
150       See http://guichaz.free.fr/gliv
151
152
153
154Guillaume Chazarain                   1.9                              gliv(1)
Impressum