POV-Ray : Newsgroups : povray.binaries.images : bug or am I silly? Server Time
8 Aug 2024 06:15:27 EDT (-0400)
  bug or am I silly? (Message 1 to 10 of 14)  
Goto Latest 10 Messages Next 4 Messages >>>
From: Hall
Subject: bug or am I silly?
Date: 31 Jul 2005 11:26:32
Message: <42eceda8@news.povray.org>
using pov-ray 3.6.1 for windows on windows XP...
Should I be seeing the banding produced in this minimal scene file?
(Is this a limitation of POV's precision, or a bug?  banding is stronger in 
original bmp of picture)

camera { location <-4,4,-4> look_at <0,0,0> right <1,0,0> up <0,1,0> }
light_source { <1,1,-1> color rgb 1 }
plane { <0,1,0>, 0 pigment{color rgb 1} }

and result....


Post a reply to this message


Attachments:
Download 'bands.jpg' (20 KB)

Preview of image 'bands.jpg'
bands.jpg


 

From: Fredrik Eriksson
Subject: Re: bug or am I silly?
Date: 31 Jul 2005 12:28:43
Message: <op.susdfysics6ysw@frogeater.bredbandsbolaget.se>
On Sun, 31 Jul 2005 17:26:22 +0200, Hall <tre### [at] ww-interlinknet> wrote:
> using pov-ray 3.6.1 for windows on windows XP...
> Should I be seeing the banding produced in this minimal scene file?
> (Is this a limitation of POV's precision, or a bug?  banding is stronger  
> in original bmp of picture)
>
> camera { location <-4,4,-4> look_at <0,0,0> right <1,0,0> up <0,1,0> }
> light_source { <1,1,-1> color rgb 1 }
> plane { <0,1,0>, 0 pigment{color rgb 1} }
>
> and result....


The banding results from the limits in the precision of the output format  
and the final display device. In a 24-bit colour image, there are only 256  
shades of pure gray.

Possible remedies:
- Introduce more colour in the image.
- Output at a higher bit depth (e.g. 16bpp/48bpp png), and use image  
manipulation software to dither the image down to 8 bits per colour  
channel.



-- 
FE


Post a reply to this message

From: Jim Charter
Subject: Re: bug or am I silly?
Date: 31 Jul 2005 12:48:14
Message: <42ed00ce@news.povray.org>
Hall wrote:
> using pov-ray 3.6.1 for windows on windows XP...
> Should I be seeing the banding produced in this minimal scene file?
> (Is this a limitation of POV's precision, or a bug?  banding is stronger in 
> original bmp of picture)
> 
> camera { location <-4,4,-4> look_at <0,0,0> right <1,0,0> up <0,1,0> }
> light_source { <1,1,-1> color rgb 1 }
> plane { <0,1,0>, 0 pigment{color rgb 1} }
> 
> and result....
> 
> 
> 
> 
I don't see the banding.

See the manual 2.4 Questions and Tips


Post a reply to this message

From: Sebastian H 
Subject: Re: bug or am I silly?
Date: 31 Jul 2005 14:16:32
Message: <42ed1580$1@news.povray.org>
Fredrik Eriksson wrote:
> On Sun, 31 Jul 2005 17:26:22 +0200, Hall <tre### [at] ww-interlinknet> wrote:
> 
>> using pov-ray 3.6.1 for windows on windows XP...
>> Should I be seeing the banding produced in this minimal scene file?
>> (Is this a limitation of POV's precision, or a bug?  banding is 
>> stronger  in original bmp of picture)
>>
>> camera { location <-4,4,-4> look_at <0,0,0> right <1,0,0> up <0,1,0> }
>> light_source { <1,1,-1> color rgb 1 }
>> plane { <0,1,0>, 0 pigment{color rgb 1} }
>>
>> and result....
> 
> 
> 
> The banding results from the limits in the precision of the output 
> format  and the final display device. In a 24-bit colour image, there 
> are only 256  shades of pure gray.
> 
> Possible remedies:
> - Introduce more colour in the image.
> - Output at a higher bit depth (e.g. 16bpp/48bpp png), and use image  
> manipulation software to dither the image down to 8 bits per colour  
> channel.
> 

24 bit per pixel should be enought to see no banding.
...
... removed text ...
...
I wouldn't believe it but I see the banding in my reder (3.6.1)
as well. A color analysis via gimp showed that the color
of neighbouring bands differ by just one value step (8 bit: 1 step 
1/255). This means that a smooth gray gradient with closed one color 
fields cannot be achieved with 24bit colours.
I wasn't aware of this.

No I understand why dithering is necessray for 24bpp images
with smooth (gray) gradients.
Interesting. This is followed by some thoughts about 16bpc
resolution...
Thanks for the hint.

Sebastian


Post a reply to this message

From: Daniel Hulme
Subject: Re: bug or am I silly?
Date: 31 Jul 2005 14:28:18
Message: <20050731192819.1130f891@dh286.pem.cam.ac.uk>
> I wouldn't believe it but I see the banding in my reder (3.6.1)
> as well. A color analysis via gimp showed that the color
> of neighbouring bands differ by just one value step (8 bit: 1 step 
> 1/255). This means that a smooth gray gradient with closed one color 
> fields cannot be achieved with 24bit colours.
More precisely, it can't be achieved with 24-bit RGB. There are colour
bases in which 24-bit precision is easily enough to get a smooth
gradient.

-- 
There may come a time                           The open palm of desire,
When I will lose you,  ]http://surreal.istic.org/[  The rose of Jericho,
Lose you as I lose my sight,                     Soil as soft as Summer,
Days falling backward into velvet night;     The strength to let you go.


Post a reply to this message

From: Daniel Hulme
Subject: Re: bug or am I silly?
Date: 31 Jul 2005 14:33:38
Message: <20050731193340.3f1fc3c5@dh286.pem.cam.ac.uk>
> More precisely, it can't be achieved with 24-bit RGB. There are colour
> bases in which 24-bit precision is easily enough to get a smooth
> gradient.
Even more precisely, a smooth *grey* gradient. Sorry for the inaccuracy.
I noticed it as soon as I pressed send. :-(

-- 
There may come a time                           The open palm of desire,
When I will lose you,  ]http://surreal.istic.org/[  The rose of Jericho,
Lose you as I lose my sight,                     Soil as soft as Summer,
Days falling backward into velvet night;     The strength to let you go.


Post a reply to this message

From: Alain
Subject: Re: bug or am I silly?
Date: 31 Jul 2005 15:29:04
Message: <42ed2680$1@news.povray.org>
Hall nous apporta ses lumieres en ce 2005-07-31 11:26:
> using pov-ray 3.6.1 for windows on windows XP...
> Should I be seeing the banding produced in this minimal scene file?
> (Is this a limitation of POV's precision, or a bug?  banding is stronger in 
> original bmp of picture)
> 
> camera { location <-4,4,-4> look_at <0,0,0> right <1,0,0> up <0,1,0> }
> light_source { <1,1,-1> color rgb 1 }
> plane { <0,1,0>, 0 pigment{color rgb 1} }
> 
> and result....
> 
> 
> 
> 
I don't see any banding, display set at 32 (24) BBP.
Switching to 16 BBP and I dee very distinct and distracting banding. Back to 32 BBP!

Alain


Post a reply to this message

From: stm31415
Subject: Re: bug or am I silly?
Date: 31 Jul 2005 22:20:00
Message: <web.42ed86609266ba91d5d6a450@news.povray.org>
Are you sure this isn't a what-his-name optical illusion? A mach band. The
one where the mind adds color banding. Have you taken the low bit image
into a manipulation program and run the eyedropper over it, to make sure
the bands are real?

-s
5TF!


Post a reply to this message

From: Lance Birch
Subject: Re: bug or am I silly?
Date: 1 Aug 2005 00:12:15
Message: <42eda11f$1@news.povray.org>
"Hall" <tre### [at] ww-interlinknet> wrote in message
news:42eceda8@news.povray.org...
> using pov-ray 3.6.1 for windows on windows XP...
> Should I be seeing the banding produced in this minimal scene file?
> (Is this a limitation of POV's precision, or a bug?  banding is stronger in
> original bmp of picture)
>
> camera { location <-4,4,-4> look_at <0,0,0> right <1,0,0> up <0,1,0> }
> light_source { <1,1,-1> color rgb 1 }
> plane { <0,1,0>, 0 pigment{color rgb 1} }
>
> and result....

Are you running an ICC profile on your monitor?

If you are seeing *colour* bands (such as slightly red, green, or blue hues when
compared with neighbouring bands) in this greyscale image (even after you
desaturate it, or convert it to a pure greyscale image, in a paint program), it
could be because you're running an ICC profile for your monitor and, in the
process of changing the output signal to make it match a specific response
curve/black point/colour temperature, is introducing slight variations in the
output hue.  Thus a specific output level like RGB 128, 128, 128, could become
129, 128, 128, causing one band to appear slightly red, while the one next to it
at RGB 127, 127, 127 could be changed to 127, 128, 127, making it appear
slightly blue.  This can also introduce (if the profile isn't accurate) larger
than normal steps in the lightness of bands.

Check your colour management to see if a profile is enabled - if it is, try
disabling it, restarting, and checking if the bands are gone (or aren't as
significant).

Lance.

thezone - thezone.firewave.com.au


Post a reply to this message

From: Lance Birch
Subject: Re: bug or am I silly?
Date: 1 Aug 2005 00:14:16
Message: <42eda198@news.povray.org>
"Lance Birch" <-> wrote in message news:42eda11f$1@news.povray.org...
<snip>
> at RGB 127, 127, 127 could be changed to 127, 128, 127, making it appear
> slightly blue.

Err... green.  :)

Lance.

thezone - thezone.firewave.com.au


Post a reply to this message

Goto Latest 10 Messages Next 4 Messages >>>

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