Crate pixman

source ·
Expand description

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.

Re-exports

Structs

Enums

  • Defiens the possible dither operations
  • Defines the possible filter operations
  • Possible format codes
  • Defines the possible operations for composition
  • Defines the possible repeat operations

Functions

  • Blit the src into the dst with the specified values
  • Fill the provided bits with the provided values
  • Compute the smallest value greater than or equal to y which is on a grid row.
  • Compute the largest value strictly less than y which is on a grid row.

Type Aliases