
PIXI
Truly simple image/graph viewer.

A Qt excersise image/graph viewer which is handy to use when one just wants to quickly compare a few graphs.

    Opens all files given on the command line. If an argument is a folder then the contained images can be previewed with the Nex and Previous shortcuts as defined below. If no argument is given then the current folder is scanned for images. When the last window is closed the application quits.

Features:
    Various raster images: png, jpg, tif ... and single page pdfs are supported.
    Distraction free: there isn't even a window decoration by default. Is is a key away of course.
    Zoom in/out.
    Click to move.
    A bunch of handy shortcuts.

Installation:
    Make sure you have the development files for Qt4 version 4.5 at least and poppler-qt4. If these packages are not installed in their usual places edit the pixi.pro file.
    tar -xjvf pixi-x.x.x.tbz2
    cd pixi-x.x.x 
    qmake prefix=/path/to/where/you/want/it   # default's to /usr/local
    make
    make install    # will need write permissions on the prefix folder
    

    
Actions:
    Quit                 :    Alt+F4, Q, X, Esc
    Window Decoration    :    W
    Next                 :    Space, Right, Down, N
    Previous             :    Backspace, Left, Up, P
    Zoom in/out          :    Mouse wheel + Ctrl, +/-




Story:
   I wanted a simple  image viewer for putting a few graphs side by side. It had to open single page pdf files/graphs and it had to be as clutter free as possible. I tried a bunch : xv, feh, qiv ... None satisfied my requrements and this is how it came about.

Credits:
    Qt, poppler with poppler-qt4 and the Oxygen icon theme.

Author:
    Dimitar Pashov <d.pashov@gmail.com>
    
    
    
    
    
    
    
