Crate picto[][src]

Expand description

Image encoding/decoding and manipulation library.

Re-exports

pub use crate::pixel::Pixel;
pub use crate::format::Format;

Modules

Buffer related functionality.

Color types.

Image format related functions.

Iterator types.

Basic traits for types within buffers and views.

Image manipulation functions.

Image decoding functions.

Types of view within a Buffer.

Image encoding functions.

Structs

Buffer for an image.

A region within a buffer or view.

A view into a Buffer.

Enums

Error enumeration type.

An orientation, for flipping, sampling, etc.

Traits

An image decoder.

An image encoder.

A value with parameters.

A parameter for a value.

Type Definitions

Results from the library.