Allegro.pas is a wrapper to use the Allegro Game Library with Pascal compilers (Delphi, Free Pascal, etc). Allegro is a cross-platform library intended for use in computer games and other types of multimedia programming.
* Graphics: 2D and 3D, OpenGL and D3D.
* Controls: Keyboard, mouse, joystick, gamepad...
* Sound and music.
This wrapper is bringing Jasper library to Pascal (Delphi).
The JasPer Project Home Page:
http://www.ece.uvic.ca/~frodo/jasper/
Support included for jp2(+ j2k, jpc), mif, pnm, ras, pgx formats; bmp and jpeg are excluded, usually included in Pascal (Delphi). All formats can be individually selected using specific defines.
It supports irregular geometries and YCbCr on read.