dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
saveBMP
dlib
image
io
bmp
Save BMP to stream. GC-free
void
saveBMP
(SuperImage img, string filename)
Compound
!(
bool
,
string
)
saveBMP
(SuperImage img, OutputStream output)
Compound
!(
bool
,
string
)
saveBMP
(
SuperImage
img
,
OutputStream
output
)
Meta
Source
See Implementation
dlib
image
io
bmp
classes
BMPLoadException
enums
BMPCompressionType
BMPInfoSize
BMPOSType
RLE
functions
loadBMP
saveBMP
static variables
BMPMagic
structs
BMPCoreHeader
BMPCoreInfo
BMPFileHeader
BMPInfoHeader
Save BMP to stream. GC-free