Module exr::block::lines [−][src]
Expand description
Extract lines from a block of pixel bytes.
Structs
| LineIndex | Specifies where a row of pixels lies inside an image. This is a globally unique identifier which includes the layer, channel index, and pixel location. |
| LineSlice | A single line of pixels. Use LineRef or LineRefMut for easier type names. |
Type Definitions
| LineRef | An reference to a single line of pixels. May go across the whole image or just a tile section of it. |
| LineRefMut | A reference to a single mutable line of pixels. May go across the whole image or just a tile section of it. |