POV-Ray : Newsgroups : povray.newusers : Media usage : Re: Media usage Server Time
28 Jul 2024 18:24:36 EDT (-0400)
  Re: Media usage  
From: clipka
Date: 26 Jun 2009 06:35:00
Message: <web.4a44a40d438fc1fa745f7570@news.povray.org>
"Chris B" <nom### [at] nomailcom> wrote:
> To turn up the brightness in an image there are several ways that you'll
> probably find easier.
> You can adjust the brightness of the output for the whole scene using the
> assumed gamma setting. For example:
>
> global_settings {assumed_gamma 0.7}
> Note that reducing the assumed gamma value increases the brightness of your
> scene.

Tweaking the gamma for brightness is a really *bad* idea, as it also messes up
the colors, because it modifies brightness of the color components in a
non-linear way. For instance, when reducing assumed_gamma, full-brightness pure
red (<1,0,0>) will remain unchanged, while full-brightness pure orange (<1,.5,0>
for example) will become more yellowish (though a boost of the green component),
and slightly pale orange (e.g. <1,.5,.1>) will bleach out (through a boost of
both green and blue).

"Gamma" is a parameter relevant for the whole process of creating and later
viewing a raytraced image, *not* individual scenes, and should therefore
*always* be the same for *all* your scenes (unless you're using different
post-processing steps).

POV-Ray 3.7 actually deprecates the parameter, and rightly so, using .ini file
parameters instead.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.