saveHDR - multiple declarations

Function saveHDR

Save HDR to file using local FileSystem. Causes GC allocation

void saveHDR (
  SuperHDRImage img,
  string filename
);

Function saveHDR

Save HDR to stream. GC-free

Compound!(bool,string) saveHDR (
  SuperHDRImage img,
  OutputStream output
);