#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

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

#47 in Rendering

Download history 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 531/week @ 2024-12-13 565/week @ 2024-12-20 680/week @ 2024-12-27 1019/week @ 2025-01-03 1550/week @ 2025-01-10

3,873 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

~235–700KB
~16K SLoC