Expand description
Typed, CPU-resident image buffers and zero-copy strided views.
Channel count is part of the type. Packed interleaved ownership is the default; planar ownership and explicitly-strided views are also available. Device-backed images belong in dedicated GPU crates so transfers remain explicit.
Structs§
- Image
- An owning, densely packed, interleaved image.
- Image
Metadata - Lightweight semantic metadata carried by images and borrowed views.
- Image
Region - A checked rectangular image region.
- Image
View - A read-only, zero-copy image view with an explicit row stride.
- Image
View Mut - A mutable, zero-copy interleaved image view with an explicit row stride.
- Planar
Image - An owning, densely packed planar image.
- Planar
Image View - A read-only, zero-copy planar image view with explicit strides.
Enums§
- Alpha
Mode - Alpha-channel interpretation.
- Color
Range - Numeric range convention associated with image channels.
- Color
Space - Semantic interpretation of image channels.
- Image
Error - Errors raised while constructing or indexing images.
- Image
Layout - Physical channel arrangement in CPU storage.