Module dlib.image.io.hdr

Decode and encode Radiance HDR/RGBE images

Functions

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