#2d #pixel #graphics #low-level #bindings #compositing #image

pixman

Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization

1 unstable release

0.1.0 Nov 28, 2023

#140 in Rendering

Download history 980/week @ 2024-07-19 936/week @ 2024-07-26 1139/week @ 2024-08-02 2047/week @ 2024-08-09 698/week @ 2024-08-16 735/week @ 2024-08-23 856/week @ 2024-08-30 617/week @ 2024-09-06 570/week @ 2024-09-13 539/week @ 2024-09-20 578/week @ 2024-09-27 462/week @ 2024-10-04 523/week @ 2024-10-11 388/week @ 2024-10-18 424/week @ 2024-10-25 515/week @ 2024-11-01

1,908 downloads per month

MIT license

150KB
4K SLoC

Pixman-rs

This project contains rust bindings for pixman.

From the official pixman docs:

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.

Pixman is implemented as a library in the C programming language. It runs on many platforms, including Linux, BSD Derivatives, MacOS X, and Windows.

Pixman is free and open source software. It is available to be redistributed and/or modified under the terms of the MIT license.

Currently unsupported features

  • Indexed image
  • Glyph cache
  • Separable convolution filter

lib.rs:

From the official pixman docs:

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.

Pixman is implemented as a library in the C programming language. It runs on many platforms, including Linux, BSD Derivatives, MacOS X, and Windows.

Pixman is free and open source software. It is available to be redistributed and/or modified under the terms of the MIT license.

Dependencies

~260–740KB
~17K SLoC