pixman 0.2.1

Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Pixman-rs

This project contains rust bindings for [`pixman`](https://www.pixman.org/).

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