Module dlib.image.io.bmp

Decode and encode BMP images

Functions

NameDescription
loadBMP(filename) Load BMP from file using local FileSystem. Causes GC allocation
loadBMP(istrm) Load BMP from stream using default image factory. Causes GC allocation
loadBMP(istrm, imgFac) Load BMP from stream using specified image factory. GC-free
saveBMP(img, filename) Save BMP to file using local FileSystem. Causes GC allocation
saveBMP(img, output) Save BMP to stream. GC-free