The OpenD Programming Language

SaveImageProc

Saves an image from this format.

import gamut.plugin;
nothrow @nogc @safe
alias SaveImageProc = bool function
(
ref const(Image) image
,,,
int page
,
int flags
,
void* data
)

Meta