pixman

Low-level library for pixel manipulation and image rendering.

brewmacoslinux
Try with needOr install directly
Source

About

Low-level library for pixel manipulation

Examples

check if pixman is installed and view version$ pkg-config --modversion pixman-1
find pixman library files on system$ pkg-config --list-all | grep pixman
get compiler flags for building with pixman$ pkg-config --cflags --libs pixman-1
verify pixman development headers are available$ pkg-config --exists pixman-1 && echo 'pixman is installed'
show pixman library installation path$ pkg-config --variable=libdir pixman-1