Crates.io | pixman |
lib.rs | pixman |
version | 0.1.0 |
source | src |
created_at | 2023-11-28 15:41:44.689789 |
updated_at | 2023-11-28 15:41:44.689789 |
description | Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization. |
homepage | |
repository | https://github.com/cmeissl/pixman-rs |
max_upload_size | |
id | 1052101 |
size | 134,879 |
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.