4 GLiv is an OpenGL image viewer, image
5 loading is done through Gdk-pixbuf
6 (standalone or bundled with GTK+-1.3.x),
7 rendering through OpenGL and the graphical
8 user interface uses GTK+ with the GtkGLArea
10 If Gdk-pixbuf cannot load your image, it
11 uses ImageMagick to convert it to PNG.
12 GLiv is very fast and smooth at rotating,
13 panning and zooming if you have an OpenGL
24 - ImageMagick (optional)
32 --disable-gtk2: Use it if you installed the
33 development version of GTK and do not want
36 --disable-magick: Use it if you installed
37 ImageMagick but do not want to use it.
41 > ./configure --disable-dependency-tracking
42 with your prefix path, then
45 If you are using the Nvidia OpenGL drivers,
46 be sure they are actually used : once GLiv
48 > ldd src/gliv | grep 'libGL\.so'
49 should show the path of the libGL.so from
56 A 'make install-strip' as root will install
57 gliv in /usr/local or in your prefix path.
63 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
65 f : Full-screen/window.
67 n/p : Next/Previous image.
68 l : reduce the image to the window.
69 M : Maximize the image to the window.
70 m : Make the image fit the window.
71 r : Reset position and size.
72 b : toggle display of the menuBar.
73 i : toggle display of the Info bar.
74 h : toggle display of the Help box.
75 o : display the Open dialog.
76 t : display the opTions dialog.
80 c : Clear the history.
82 The first mouse button and the arrow keys
83 will move the image unless the Control key
84 is pressed. In which case the image will be
85 rotated around the window center.
87 Your mouse wheel (if supported) will zoom
88 the image and switch it when you press the
91 Space and Backspace act like n and p.
93 Draw a rectangle with the third button and
95 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
97 The help box contains the above text, maybe
100 Further informations can be found in the
110 Guillaume Chazarain <booh@altern.org>