When converting an EXR to a JPG using the Draft plugin in deadline, i noticed there is an issue with gamma. Is there a way to apply a gamma correction so the linear exr’s create jpg’s with an SRGB colorspace?
img = Draft.Image.ReadFromFile(f)
img.WriteToFile(outfile)