Skip to content

A simple image viewer using Allegro. Created because most image viewers interpolate pixels and I don't like that!

Notifications You must be signed in to change notification settings

alegemaate/ALIV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aliv (Allegro Image Viewer)

A simple Allegro 4 based image viewer.

Features

Support for opening

  • png
  • jpeg
  • bmp
  • gif (including animated!)
  • pcx
  • tga
  • tgx (Firefly image format)
  • gm1 (Firefly animation format)

Linking and Compiling

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

About

A simple image viewer using Allegro. Created because most image viewers interpolate pixels and I don't like that!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages