New image pipeline plugin: White balance

Discussion related to the LuxCore functionality, implementations and API.
Post Reply
User avatar
alpistinho
Developer
Developer
Posts: 198
Joined: Thu Jul 05, 2018 11:38 pm
Location: Rio de Janeiro

New image pipeline plugin: White balance

Post 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
Support LuxCoreRender project with salts and bounties
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: New image pipeline plugin: White balance

Post by Dade »

Added OpenCL support.
Support LuxCoreRender project with salts and bounties
User avatar
alpistinho
Developer
Developer
Posts: 198
Joined: Thu Jul 05, 2018 11:38 pm
Location: Rio de Janeiro

Re: New image pipeline plugin: White balance

Post by alpistinho »

This is now supported in BlendLuxCore
Support LuxCoreRender project with salts and bounties
Post Reply