mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 11:10:08 -07:00
41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
|
pixman
|
||
|
________________________________________________________________________________
|
||
|
|
||
|
Pixman is a low-level software library for pixel manipulation, providing
|
||
|
features such as image compositing and trapezoid rasterization. Important users
|
||
|
of pixman are the cairo graphics library and the X server. [0]
|
||
|
|
||
|
Upstream: http://www.pixman.org/
|
||
|
|
||
|
|
||
|
[000] Index
|
||
|
________________________________________________________________________________
|
||
|
|
||
|
* Installation ........................................................... [001]
|
||
|
* Usage .................................................................. [002]
|
||
|
* References ............................................................. [003]
|
||
|
|
||
|
|
||
|
[001] Installation
|
||
|
________________________________________________________________________________
|
||
|
|
||
|
+------------------------------------------------------------------------------+
|
||
|
| |
|
||
|
| $ kiss b pixman |
|
||
|
| |
|
||
|
+------------------------------------------------------------------------------+
|
||
|
|
||
|
|
||
|
[002] Usage
|
||
|
________________________________________________________________________________
|
||
|
|
||
|
No documentation is currently provided with the package, refer to online
|
||
|
documentation for the time being.
|
||
|
|
||
|
|
||
|
[003] References
|
||
|
________________________________________________________________________________
|
||
|
|
||
|
[0] http://www.pixman.org/
|
||
|
|