Expand description
Image encoding/decoding and manipulation library.
Re-exports§
pub use crate::pixel::Pixel;
pub use crate::buffer::Buffer;
pub use crate::view::View;
pub use crate::format::Format;
Modules§
- buffer
- Buffer related functionality.
- color
- Color types.
- format
- Image format related functions.
- iter
- Iterator types.
- pixel
- Basic traits for types within buffers and views.
- processing
- Image manipulation functions.
- read
- Image decoding functions.
- view
- Types of view within a
Buffer
. - write
- Image encoding functions.
Structs§
- Region
- A region within a buffer or view.
Enums§
- Error
- Error enumeration type.
- Orientation
- An orientation, for flipping, sampling, etc.
Traits§
- Decoder
- An image decoder.
- Encoder
- An image encoder.
- HasParameters
- A value with parameters.
- Parameter
- A parameter for a value.
Type Aliases§
- Result
- Results from the library.