POV-Ray : Newsgroups : povray.beta-test : the lowest pixel getting dimmed Server Time
30 Jul 2024 12:20:35 EDT (-0400)
  the lowest pixel getting dimmed (Message 3 to 12 of 22)  
<<< Previous 2 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: KalleK
Subject: Re: the lowest pixel getting dimmed
Date: 22 Dec 2001 04:54:04
Message: <3c24583c$1@news.povray.org>
> When I make it full screen, I just get a white panel and the text
> "StretchDIBits () failed ! (Windows Error)". This seems to happen when w
> is less than 38 and h is less than 9.

hmm. For that matter you may use +w38 +h9 - I can still see the lowest row of
pixels very good and dimmed...

> POV 3.5b8, Win 98se, Celeron II 850, 128 Mb

do you meant really beta 8? Am I too early with beta9 - having downloaded it
without an official announcement in this group? I'm soory then. But maybe it
was just a typo...

> I observe no dimming on the images that are produced when I look at them
> later.

Now, I have to search for another one to confirm this

(but its you, keeping the buglist...)

using msvc compile I got the same behaviour: the lowest row is dimmed for the
second half of the animation...

cukk


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: the lowest pixel getting dimmed
Date: 22 Dec 2001 05:02:13
Message: <3c245a25@news.povray.org>
In article <3c24583c$1@news.povray.org> , "KalleK" <kal### [at] gmxde> wrote:

> using msvc compile I got the same behaviour: the lowest row is dimmed for the
> second half of the animation...

What does it look like in the _output_ image on disk?

    Thorsten


Post a reply to this message

From: Warp
Subject: Re: the lowest pixel getting dimmed
Date: 22 Dec 2001 06:16:57
Message: <3c246ba9@news.povray.org>
Mike Williams <mik### [at] nospamplease> wrote:
: POV 3.5b8, Win 98se, Celeron II 850, 128 Mb

  How did you manage getting beta8 to work after the expiration period?

-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

From: Rune
Subject: Re: the lowest pixel getting dimmed
Date: 22 Dec 2001 06:35:31
Message: <3c247003$1@news.povray.org>
"Warp" wrote:
> How did you manage getting beta8 to work after
> the expiration period?

Is this some kind of trick question?

Setting back the clock is relly not that hard...

Rune
--
3D images and anims, include files, tutorials and more:
Rune's World:    http://rsj.mobilixnet.dk (updated Nov 5)
POV-Ray Users:   http://rsj.mobilixnet.dk/povrayusers/
POV-Ray Webring: http://webring.povray.co.uk


Post a reply to this message

From: KalleK
Subject: Re: the lowest pixel getting dimmed
Date: 22 Dec 2001 08:32:25
Message: <3c248b69@news.povray.org>
> What does it look like in the _output_ image on disk?

I posted an example in p.b-t.b.
I tested a bit more: If you turn off AA or enlarge the box by "scale 10"
there are no dimmed pixel anymore.
Maybe it's something about the "picture a half pixel off"-"bug" or has to do
with it beeing fixed (but there's nothing about a change with that or AA in
revision.txt). (It's strange that it appears only in the second half.) I'm
not really sure anymore if it's a bug.
But it changed from beta 8 to beta 9.

cukk


Post a reply to this message

From: Anders K 
Subject: Re: the lowest pixel getting dimmed
Date: 22 Dec 2001 10:02:29
Message: <3c24a085$1@news.povray.org>
> I posted an example in p.b-t.b.
> I tested a bit more: If you turn off AA or enlarge the box by "scale 10"
> there are no dimmed pixel anymore.
> Maybe it's something about the "picture a half pixel off"-"bug" or has to
do
> with it beeing fixed (but there's nothing about a change with that or AA
in
> revision.txt). (It's strange that it appears only in the second half.)

Your problem sounds very much like a case of the half-pixel camera bug. That
bug has not been fixed in beta 9. As for it only being visible in the second
half, the AA threshold is playing tricks on you. If you use either +am2 or
+a0.0, the bug is visible through the whole animation.

Anders


Post a reply to this message

From: KalleK
Subject: Re: the lowest pixel getting dimmed
Date: 22 Dec 2001 10:27:15
Message: <3c24a653@news.povray.org>
> Your problem sounds very much like a case of the half-pixel camera bug.
That
> bug has not been fixed in beta 9. As for it only being visible in the
second
> half, the AA threshold is playing tricks on you. If you use either +am2 or
> +a0.0, the bug is visible through the whole animation.

Could be. The only strange thing is, it wasn't there in beta 8 (at least not
in my case - using the same code with beta 8 produced no dimmed pixels for
me.)

cukk


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: the lowest pixel getting dimmed
Date: 22 Dec 2001 11:03:40
Message: <3c24aedc@news.povray.org>
In article <3c24a085$1@news.povray.org> , "Anders K." 
<and### [at] prostard2gcom> wrote:

> Your problem sounds very much like a case of the half-pixel camera bug. That
> bug has not been fixed in beta 9.

It hasn't been a problem for 15 years, so I would say it isn't a bug but
standard behavior of POV-Ray.  Thus, changing it is a feature request...

> As for it only being visible in the second
> half, the AA threshold is playing tricks on you. If you use either +am2 or
> +a0.0, the bug is visible through the whole animation.

I think so, too.  Adjusting either the box size of the camera position will
make it look as expected.

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: KalleK
Subject: Re: the lowest pixel getting dimmed
Date: 23 Dec 2001 05:43:17
Message: <3c25b545@news.povray.org>
> > Your problem sounds very much like a case of the half-pixel camera bug.
That
> > bug has not been fixed in beta 9.
>
> It hasn't been a problem for 15 years, so I would say it isn't a bug but
> standard behavior of POV-Ray.  Thus, changing it is a feature request...

Ok. I will adjust my scene.
Just want to add: Concerning that behavior something changed from beta 8 to
beta 9, because I had no dimmed pixel with beta 8. If that is ok. If not,
there is something unexpected.

Thank you for explaining my problem and for POVRay!

cukk

(shutting up now)


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: the lowest pixel getting dimmed
Date: 23 Dec 2001 06:06:53
Message: <3c25bacd@news.povray.org>
In article <3c25b545@news.povray.org> , "KalleK" <kal### [at] gmxde> wrote:

> Just want to add: Concerning that behavior something changed from beta 8 to
> beta 9, because I had no dimmed pixel with beta 8. If that is ok. If not,
> there is something unexpected.

This is expected because now the transparency (for the alpha channel) it
taking into account when doing anti-aliasing.

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

<<< Previous 2 Messages Goto Latest 10 Messages Next 10 Messages >>>

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