Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > media > contrib > by-pkgid > b2a753e69a551c51de5907c2abb3c40d > files > 5

gliv-1.7.1-1mdk.i586.rpm

o GLiv
~~~~~~

GLiv is an OpenGL image viewer, image loading
is done via Gdk-pixbuf bundled with GTK+-2.2,
rendering  with OpenGL and the graphical user
interface uses GTK+ with GtkGLExt.
If Gdk-pixbuf cannot load your image, it uses
ImageMagick to convert it to PNG.
GLiv  is  very  fast  and smooth at rotating,
panning  and  zooming  if  you have an OpenGL
accelerated graphics board.


o Requirements
~~~~~~~~~~~~~~

- OpenGL
- GTK+ >= 2.2
- GtkGLExt >= 0.7.0

- ImageMagick (optional)


o Compilation
~~~~~~~~~~~~~

The usual

$ ./configure   --disable-dependency-tracking
with your prefix path, then

$ make

If  you  are using the Nvidia OpenGL drivers,
be  sure they are actually used: once GLiv is
compiled,

$ ldd src/gliv | grep 'libGL\.so'

should show the path of the libGL.so from the
Nvidia drivers.


o Installation
~~~~~~~~~~~~~~

A  'make install-strip'  as root will install
gliv in /usr/local or in your prefix path.


o Controls
~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC, q : Quit
f      : Full-screen/window
+/=/-  : Zoom in/in/out
n/p    : Next/previous image
l      : Reduce the image to the window
M      : Maximize the image to the window
m      : Make the image fit the window
r      : Reset position and size
b      : Toggle display of the menu bar
i      : Toggle display of the info bar
s      : Toggle display of the scrollbars
a      : Toggle display of the alpha checks
h      : Toggle display of the help box
o      : Display the open dialog
t      : Display the options dialog
d      : Hide the cursor
u      : Undo
y      : Redo
c      : Clear the history
x      : Delete the current file
C-up   : Rotate by +45 degrees
C-down : Rotate by -45 degrees
C-left : Rotate by +0.1 degree
C-right: Rotate by -0.1 degree
z      : Horizontal flip
e      : Vertical flip

The  first  mouse  button  and the arrow keys
will move the image unless the Control key is
pressed.  In  which  case  the  image will be
rotated around the window center.

Your mouse wheel (if supported) will zoom the
image  and  switch  it  when  you  press  the
button.

You  can  also  zoom  by  dragging  the mouse
vertically  while holding Shift and the first
button.

Space and Backspace act like n and p.

Draw  a  rectangle  with the third button and
gliv will zoom in it.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The  help  box contains the above text, maybe
translated.

Further  informations  can  be  found  in the
manual page.



Guillaume Chazarain <gfc@altern.org>