#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

3 unstable releases

new 0.2.1 Dec 15, 2024
0.2.0 Dec 8, 2024
0.1.0 Nov 28, 2023

#46 in Rendering

Download history 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 522/week @ 2024-11-01 517/week @ 2024-11-08 345/week @ 2024-11-15 428/week @ 2024-11-22 383/week @ 2024-11-29 553/week @ 2024-12-06 455/week @ 2024-12-13

1,885 downloads per month

MIT license

155KB
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

~240–710KB
~16K SLoC