dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
loadBMP
dlib
image
io
bmp
Load BMP from file using local FileSystem. Causes GC allocation
SuperImage
loadBMP
(string filename)
SuperImage
loadBMP
(
string
filename
)
SuperImage
loadBMP
(InputStream istrm)
Compound
!(
SuperImage
,
string
)
loadBMP
(InputStream istrm, SuperImageFactory imgFac)
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
Load BMP from file using local FileSystem. Causes GC allocation