dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
saveHDR
dlib
image
io
hdr
Save HDR to file using local FileSystem. Causes GC allocation
void
saveHDR
(SuperHDRImage img, string filename)
void
saveHDR
(
SuperHDRImage
img
,
string
filename
)
Compound
!(
bool
,
string
)
saveHDR
(SuperHDRImage img, OutputStream output)
Meta
Source
See Implementation
dlib
image
io
hdr
classes
HDRLoadException
functions
floatToRGBE
loadHDR
readLineFromStream
saveHDR
writeBufferRLE
structs
ColorRGBE
Save HDR to file using local FileSystem. Causes GC allocation