Page 1 of 1

New image pipeline plugin: White balance

Posted: Sun Oct 13, 2019 4:37 pm
by alpistinho
Hello,

I've implemented support for a new image pipeline plugin to white balance the images after they've been rendered
This should work just the same as selecting a white temperature on the Radiance group feature

It works on linear space, so it needs to be put before gamma correction

This plugin is defined as:

Code: Select all

film.imagepipelines.0.0.type = "TONEMAP_LINEAR"
film.imagepipelines.0.0.scale = 0.25
film.imagepipelines.0.1.tyep = "WHITE_BALANCE"
film.imagepipelines.0.1.scale = 2700
film.imagepipelines.0.2.type = "GAMMA_CORRECTION"
film.imagepipelines.0.2.value = 2.2
2000K
1.png
2700K
2.png
4000K
3.png
8000K
4.png
10000K
5.png

Re: New image pipeline plugin: White balance

Posted: Mon Oct 14, 2019 2:31 pm
by Dade
Added OpenCL support.

Re: New image pipeline plugin: White balance

Posted: Tue Oct 15, 2019 2:42 pm
by alpistinho
This is now supported in BlendLuxCore