Structsยง
- Image
Read ๐Buffer - Immutable pixel iterator
- Represents the progress of an image operation.
- A View into another image
- The inner type of
SubImage
that implementsGenericImage{,View}
.
Enumsยง
- An enumeration of supported image formats. Not all formats support both encoding and decoding.
- An enumeration of supported image formats for encoding.
Traitsยง
- AnimationDecoder trait
- A trait for manipulating images.
- Trait to inspect an image.
- The trait that all decoders implement
- Specialized image decoding not be supported by all formats
- The trait all encoders implement
Functionsยง
- decoder_
to_ ๐vec Reads all of the bytes of a decoder into a Vec. No particular alignment of the output buffer is guaranteed. - load_
rect ๐Decodes a specific region of the image, represented by the rectangle starting fromx
andy
and havinglength
andwidth
Type Aliasesยง
- Deref
Pixel ๐Alias to access Pixel behind a reference - Deref
Subpixel ๐Alias to access Subpixel behind a reference