dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
saveBMP
dlib
image
io
bmp
Save BMP to file using local FileSystem. Causes GC allocation
void
saveBMP
(SuperImage img, string filename)
void
saveBMP
(
SuperImage
img
,
string
filename
)
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 file using local FileSystem. Causes GC allocation