Crate picto [] [src]

Image encoding/decoding and manipulation library.

Reexports

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

Modules

buffer

Buffer related functionality.

color
format

Image format related functions.

iter

Iterator types.

pixel

Basic traits for types within a Buffer and views.

processing

Image manipulation functions.

read

Image decoding functions.

view

Types of view within a Buffer.

write

Image encoding functions.

Structs

Area

An area within a buffer or view.

Buffer

Buffer for an image.

View

A view into a Buffer.

Enums

Error

Error enumeration type.

Orientation

Traits

Decoder

An image decoder.

Encoder

An image encoder.

HasParameters

A value with parameters.

Parameter

A parameter for a value.

Type Definitions

Result

Results from the library.