Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization.
cd Ports/pixman
./package.sh
Pixman is implemented as a library in the C programming language. It runs on many platforms, including Linux, BSD Derivatives, MacOS X, Windows and SerenityOS.
Pixman is free and open source software. It is available to be redistributed and/or modified under the terms of the MIT license.
Website: http://pixman.org
Port: https://github.com/SerenityOS/serenity/tree/master/Ports/pixman
Dependents: qemu