Function hdrTonemapACES

ACES curve tonal compression

SuperImage hdrTonemapACES (
  SuperHDRImage img,
  SuperImage output,
  float exposure,
  float gamma
);

SuperImage hdrTonemapACES (
  SuperHDRImage img,
  float exposure,
  float gamma
);