The OpenD Programming Language

msf_gif_begin

@param width Image width in pixels. @param height Image height in pixels. @return Non-zero on success, 0 on error.

version(encodeGIF)
nothrow @nogc
int
msf_gif_begin
(
MsfGifState* handle
,
int width
,
int height
)

Meta