mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
caec906dad
PR: 125233 Submitted by: Ports Fury
18 lines
890 B
Plaintext
18 lines
890 B
Plaintext
libAfterImage is the imaging library implemented for AfterStep X Window
|
|
Manager. It has been generalized to be suitable for any application in
|
|
need of robust graphics engine.
|
|
|
|
It provides facilities for loading images from files of different formats,
|
|
compressed in memory storage of images, scaling, tinting/shading, flipping
|
|
and superimposition of arbitrary number of images over each other. In
|
|
addition it allows for linear gradients drawing, and antialiased/smoothed
|
|
text drawing using both FreeType library and X Window fonts.
|
|
|
|
Primary goals of this library are to achieve exceptional quality of images
|
|
and text, making code fast and small at the same time. Additional steps are
|
|
taken to compensate for screen colordepth limitation, and different error
|
|
diffusion algorithms are used to provide for smooth images even in low
|
|
colordepth modes.
|
|
|
|
WWW: http://www.afterstep.org/afterimage/
|