PV - Picture Viewer Readme File - Version 0.5.3
===============================================
Copyright by Stephan Ferraro 2003 - 2004, Paris - Stuttgart

E-Mail: ferrar_s@epitech.net

Keys
----

f: Fullscreen
h: Online help
r: Rotate image 90 degree
s: Save current image as PNG file (loosely compression)
t: Text On/Off
z: Autoresize On / Off with smoothing (fit on the screen)
+: Zoom in
-: Zoom out

ESC / q: Quit the program
Page up / Backspace / p: Previous File
Page down / Spacebar / n: Next file
Home: First image
End: Last image


How to use
----------
Pv can be used with mutliple files, for example:
$ pv *.jpg

or if you are too lazy:
$ pv *

Pv ignores automatically files which it can not read.

If you got this error:
bash: ./pv: Argument list too long

Your shell has a limitation with long argument lists.

To avoid this problem, start pv directly: ./pv
PV get the complete file list of the current directory.

Filebrowser XFE compatible
==========================

You can use pv with xfe.
You need only to associate a picture file, as like a jpg file with pv command.
When pv starts, it loads all files of the current directory in a file list, then
you can browse between the previous and next pictures.

Features
--------

- Autoresize of pictures with smoothing technics (SDL GFX library), with percent status
- Multiple file read support in parameter with auto ignoring if some files
  are not readable.
- Integreated online help function with h key
- saving current file (for example when it's rotated) to a PNG file. PNG files
  are usally bigger than JPEG files because they are saved normally with
  loosely compression.
- Zoom mode (zoom in and zoom out)
- Reads automatically all files in current directory in a file list for browsing.
- compatible with XFE filemanager: You can associate image files in xfe with pv, 
  you can switch previous and next images, once pv is already started with a single file.

For questions, suggestions or comments,
please write me an email to: ferrar_s@epitech.net.
