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