writeBmpIndirect

Writes a bitmap file to a delegate, byte by byte, with data from the given image.

If prependFileHeader is true, it will add the bitmap file header too.

void
writeBmpIndirect
(,
scope void delegate
(
ubyte
)
fwrite
,)

Meta