1 unstable release

0.1.0 Jul 2, 2022

#697 in Unix APIs

BSL-1.0 license

52KB
1K SLoC

breadx-image

A library that provides image primitives for breadx. Image types are generic over any AsRef<[u8]>, and provide a number of levers through which they can be manipulated.

License

This package is distributed under the Boost Software License Version 1.0. Consult the LICENSE file or consult the web mirror for more information.


lib.rs:

A library for dealing with the X11 image format.

The X11 image format is the format of images accepted by the X11 server. It is relatively tricky to manipulate; this crate exists to provide generic types to make manipulating and sending images significantly easier.

Dependencies

~9–19MB
~275K SLoC