OwnedImage.isGapless

class OwnedImage(COLOR)
public nothrow @nogc pure
bool
isGapless
()

Return Value

Type: bool

true if rows of pixels are immediately consecutive in memory. Meaning that there is no border or lost pixels in the data.

Meta