Expand description
Extract lines from a block of pixel bytes.
Structs§
- 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.
- A single line of pixels. Use LineRef or LineRefMut for easier type names.
Type Aliases§
- An reference to a single line of pixels. May go across the whole image or just a tile section of it.
- A reference to a single mutable line of pixels. May go across the whole image or just a tile section of it.