[Closed] render to file with default gamma?
I tried to render vray camera using this command: Render outputfile: filename
The saved image look like different (darker) with the render appear in 3dsmax
I double checked and found that it save image with gamma 1.0, but the render image is 2.2 so that the result on disk will be darker.
How could I fix it?
How could I save rendered images as it default gammma 2.2
PS: if I click render button on max default dialog, it will render and save with correct gamma
Google: “Maxscript render gamma”
First result:
If you render to a file using the render() function, you can also set the Gamma using the optional gamma: keyword:
FOR EXAMPLE:
render filename:“something.exr” gamma:#auto – auto mode
render filename:“somotherthing.jpg” gamma:1.0 – an override
I already tried with that option but the result are same (darker image on disk)
Now I’m using “max quick render” to use default option of 3dsmax and it worked well