Enum exr::meta::BlockDescription [−][src]
pub enum BlockDescription {
ScanLines,
Tiles(TileDescription),
}Expand description
How the image pixels are split up into separate blocks.
Variants
ScanLines
The image is divided into scan line blocks. The number of scan lines in a block depends on the compression method.
Tiles(TileDescription)
Tuple Fields
The image is divided into tile blocks. Also specifies the size of each tile in the image and whether this image contains multiple resolution levels.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BlockDescription
impl Send for BlockDescription
impl Sync for BlockDescription
impl Unpin for BlockDescription
impl UnwindSafe for BlockDescription
Blanket Implementations
Mutably borrows from an owned value. Read more