fire-eggs / YAIV

"Yet Another Image Viewer"
MIT License
3 stars 0 forks source link
fltk image-viewer

YAIV

"Yet Another Image Viewer"

A FLTK-based image viewer, providing some additional image formats over the "standard" Linux viewers.

Very much a work-in-progress, mostly a platform for experimentation.

Image Formats Supported:

To load images, the choices include:

  1. Add YAIV as an application when double-clicking an image in the file manager.
  2. Run YAIV, then drag-and-drop an image from the file manager.
  3. Run YAIV, then right-click to show the menu, select "Load".
  4. Run YAIV, use the "open file" button on the toolbar
  5. Specify a file path or folder path on the command line

Keyboard commands:

Combines:

Requirements

The project currently builds against fltk_png rather than use libpng. That is not a 'hard' requirement. I've also been using libturbo_jpeg instead of libjpeg.