padScanLine

Pads a scanline to be on size_t's bounds.

package package @safe
size_t[]
padScanLine
(
ubyte[] scanline
)

Parameters

scanline ubyte[]

The scanline to be padded.

Return Value

Type: size_t[]

the padded scanline

Meta