=======
flimsel
=======

flimsel is a minimalistic digitial image browser based on the fltk 
toolkit. It displays thumbnails of images given on the command line.
It is intended to be used in digital image processing shell scripts 
(see script in the examples directory).
flimsel uses the very fast epeg library code by
The Rasterman (Carsten Haitzler)
for JPEG thumbnail generation but falls back to fltk native methods
for other image formats.

Requirements
- fltk-1.1* (http://www.fltk.org)

flimsel outputs keybord hotkeys and file names of selected images
to stdout. Images whose filenames are written to stdin will be reloaded.
The flimsel.sh script in the examples directory uses this to implement 
basic image manipulations on selected images:

Right mouse button opens the image in the feh image viewer
Ctrl+L rotates the selected images 90 left
Ctrl+R rotates the selected images 90 right
Ctrl+D moves selected images to the /tmp/flimsel_deleted directory 
Ctrl+G opens the selected images in gimp
Ctrl+H shows sort of a help window
Ctrl+Q quits
