Type Definition img2text::Span[][src]

type Span = u16;

A set of consecutive pixels of a constant length.

This is currently u16 but may change to a different unsigned integer type.