A simple Allegro 4 based image viewer.
Support for opening
- png
- jpeg
- bmp
- gif (including animated!)
- pcx
- tga
- tgx (Firefly image format)
- gm1 (Firefly animation format)
You must link with allegro 4, lib load png (comes with allegro 4) and lib jpeg to compile. These can be found in the following locations:
They should be linked in this order
-lloadpng
-lalleg44
-ljpeg