Image.allocatePlace

Allocates space for image data.

class Image
@safe nothrow pure
void
allocatePlace
(
uint w
,
uint h
)

Parameters

w uint

Image width.

h uint

Image heght.

Meta