The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
SaveImageProc
gamut
plugin
Saves an image from this format.
import gamut.plugin;
nothrow @
nogc
@
safe
alias
SaveImageProc
=
bool
function
(
ref
const
(
Image
)
image
,
IOStream
*
io
,
IOHandle
handle
,
int
page
,
int
flags
,
void
*
data
)
Meta
Source
See Implementation
gamut
plugin
aliases
DetectImageFormatProc
LoadImageProc
SaveImageProc
structs
ImageFormatPlugin
Saves an image from this format.